Shades of Medium Carmine #AF3D21
Tints of Medium Carmine #AF3D21
RGB
CMYK
RGB Variations
Color information
#AF3D21 (or 0xAF3D21) is known color: Medium Carmine. HEX triplet: AF, 3D and 21. RGB value is (175,61,33). Sum of RGB (Red+Green+Blue) = 175+61+33=269 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.06% from 269); Green value is 61 (24.22% from 255 or 22.68% from 269); Blue value is 33 (13.28% from 255 or 12.27% from 269); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3D21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3D21 is #50C2DE. Grayscale: #5C5C5C. Windows color (decimal): -5292767 or 2178479. OLE color: 2178479.
HSL color Cylindrical-coordinate representation of color #AF3D21: hue angle of 11.83º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF3D21 is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 61 | 33 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.31 |
| HSL | 11.83º | 0.68% | 0.41% | - |
| HSV(B) | 11.83º | 0.81% | 0.69% | - |
| XYZ | 19.62 | 12.56 | 2.83 | - |
| YUV | 91.89 | 94.77 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 61 | 33 | 0 | 0.65 | 0.81 | 0.31 | 11.83 | 0.68 | 0.41 |
| Hex | AF | 3D | 21 | 0 | 41 | 51 | 1F | C | 44 | 29 |
| Octal | 257 | 75 | 41 | 0 | 101 | 121 | 37 | 14 | 104 | 51 |
| Binary | 10101111 | 111101 | 100001 | 0 | 1000001 | 1010001 | 11111 | 1100 | 1000100 | 101001 |
Color Harmonies of #AF3D21
Complementary color
Monochromatic Colors of #AF3D21
Black with #AF3D21
Text Example
Text Example
White with #AF3D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3D21; }
p { color: rgb(175,61,33); }
H1.HeaderClassName
{
color: #AF3D21;
}
.AnyTagClassName
{
color: #AF3D21;
}
</style>
background-color css
<style>
a { background-color: #AF3D21; }
a { background-color: rgb(175,61,33); }
div.DivClassName
{
background-color: #AF3D21;
}
.BgClassName
{
background-color: #AF3D21;
}
</style>
border-color css
<style>
span { border-color: #AF3D21; }
span { border-color: rgb(175,61,33); }
td.TdClassName
{
border-color: #AF3D21;
}
.TagClassName
{
border-color: #AF3D21;
}
</style>