Shades of Carmine #AF0A24
Tints of Carmine #AF0A24
RGB
CMYK
RGB Variations
Color information
#AF0A24 (or 0xAF0A24) is known color: Carmine. HEX triplet: AF, 0A and 24. RGB value is (175,10,36). Sum of RGB (Red+Green+Blue) = 175+10+36=221 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.19% from 221); Green value is 10 (4.30% from 255 or 4.52% from 221); Blue value is 36 (14.45% from 255 or 16.29% from 221); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0A24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0A24 is #50F5DB. Grayscale: #3E3E3E. Windows color (decimal): -5305820 or 2362031. OLE color: 2362031.
HSL color Cylindrical-coordinate representation of color #AF0A24: hue angle of 350.55º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0A24 is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 10 | 36 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.31 |
| HSL | 350.55º | 0.89% | 0.36% | - |
| HSV(B) | 350.55º | 0.94% | 0.69% | - |
| XYZ | 18.11 | 9.46 | 2.54 | - |
| YUV | 62.3 | 113.16 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 10 | 36 | 0 | 0.94 | 0.79 | 0.31 | 350.55 | 0.89 | 0.36 |
| Hex | AF | A | 24 | 0 | 5E | 4F | 1F | 15F | 59 | 24 |
| Octal | 257 | 12 | 44 | 0 | 136 | 117 | 37 | 537 | 131 | 44 |
| Binary | 10101111 | 1010 | 100100 | 0 | 1011110 | 1001111 | 11111 | 101011111 | 1011001 | 100100 |
Color Harmonies of #AF0A24
Complementary color
Monochromatic Colors of #AF0A24
Black with #AF0A24
Text Example
Text Example
White with #AF0A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0A24; }
p { color: rgb(175,10,36); }
H1.HeaderClassName
{
color: #AF0A24;
}
.AnyTagClassName
{
color: #AF0A24;
}
</style>
background-color css
<style>
a { background-color: #AF0A24; }
a { background-color: rgb(175,10,36); }
div.DivClassName
{
background-color: #AF0A24;
}
.BgClassName
{
background-color: #AF0A24;
}
</style>
border-color css
<style>
span { border-color: #AF0A24; }
span { border-color: rgb(175,10,36); }
td.TdClassName
{
border-color: #AF0A24;
}
.TagClassName
{
border-color: #AF0A24;
}
</style>