<!DOCTYPE html>
<html>
<head>
<style>
#my {
width: 100px;
height: 100px;
background: #f00;
-webkit-mask-image: radial-gradient(circle 10px at 0 0, transparent 0, transparent 20px, black 21px);
}
</style>
</head>
<body>
<div id="my"></div>
</body>
</html>