Shades of Carmine #AF0821
Tints of Carmine #AF0821
RGB
CMYK
RGB Variations
Color information
#AF0821 (or 0xAF0821) is known color: Carmine. HEX triplet: AF, 08 and 21. RGB value is (175,8,33). Sum of RGB (Red+Green+Blue) = 175+8+33=216 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.02% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 33 (13.28% from 255 or 15.28% from 216); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0821 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0821 is #50F7DE. Grayscale: #3C3C3C. Windows color (decimal): -5306335 or 2164911. OLE color: 2164911.
HSL color Cylindrical-coordinate representation of color #AF0821: hue angle of 351.02º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0821 is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 8 | 33 | - |
| CMYK | 0 | 0.95 | 0.81 | 0.31 |
| HSL | 351.02º | 0.91% | 0.36% | - |
| HSV(B) | 351.02º | 0.95% | 0.69% | - |
| XYZ | 18.04 | 9.4 | 2.3 | - |
| YUV | 60.78 | 112.33 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 8 | 33 | 0 | 0.95 | 0.81 | 0.31 | 351.02 | 0.91 | 0.36 |
| Hex | AF | 8 | 21 | 0 | 5F | 51 | 1F | 15F | 5B | 24 |
| Octal | 257 | 10 | 41 | 0 | 137 | 121 | 37 | 537 | 133 | 44 |
| Binary | 10101111 | 1000 | 100001 | 0 | 1011111 | 1010001 | 11111 | 101011111 | 1011011 | 100100 |
Color Harmonies of #AF0821
Complementary color
Monochromatic Colors of #AF0821
Black with #AF0821
Text Example
Text Example
White with #AF0821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0821; }
p { color: rgb(175,8,33); }
H1.HeaderClassName
{
color: #AF0821;
}
.AnyTagClassName
{
color: #AF0821;
}
</style>
background-color css
<style>
a { background-color: #AF0821; }
a { background-color: rgb(175,8,33); }
div.DivClassName
{
background-color: #AF0821;
}
.BgClassName
{
background-color: #AF0821;
}
</style>
border-color css
<style>
span { border-color: #AF0821; }
span { border-color: rgb(175,8,33); }
td.TdClassName
{
border-color: #AF0821;
}
.TagClassName
{
border-color: #AF0821;
}
</style>