Shades of Carmine #AF0A29
Tints of Carmine #AF0A29
RGB
CMYK
RGB Variations
Color information
#AF0A29 (or 0xAF0A29) is known color: Carmine. HEX triplet: AF, 0A and 29. RGB value is (175,10,41). Sum of RGB (Red+Green+Blue) = 175+10+41=226 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.43% from 226); Green value is 10 (4.30% from 255 or 4.42% from 226); Blue value is 41 (16.41% from 255 or 18.14% from 226); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0A29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0A29 is #50F5D6. Grayscale: #3E3E3E. Windows color (decimal): -5305815 or 2689711. OLE color: 2689711.
HSL color Cylindrical-coordinate representation of color #AF0A29: hue angle of 348.73º 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 #AF0A29 is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 10 | 41 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.31 |
| HSL | 348.73º | 0.89% | 0.36% | - |
| HSV(B) | 348.73º | 0.94% | 0.69% | - |
| XYZ | 18.19 | 9.49 | 2.97 | - |
| YUV | 62.87 | 115.66 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 10 | 41 | 0 | 0.94 | 0.77 | 0.31 | 348.73 | 0.89 | 0.36 |
| Hex | AF | A | 29 | 0 | 5E | 4D | 1F | 15D | 59 | 24 |
| Octal | 257 | 12 | 51 | 0 | 136 | 115 | 37 | 535 | 131 | 44 |
| Binary | 10101111 | 1010 | 101001 | 0 | 1011110 | 1001101 | 11111 | 101011101 | 1011001 | 100100 |
Color Harmonies of #AF0A29
Complementary color
Monochromatic Colors of #AF0A29
Black with #AF0A29
Text Example
Text Example
White with #AF0A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0A29; }
p { color: rgb(175,10,41); }
H1.HeaderClassName
{
color: #AF0A29;
}
.AnyTagClassName
{
color: #AF0A29;
}
</style>
background-color css
<style>
a { background-color: #AF0A29; }
a { background-color: rgb(175,10,41); }
div.DivClassName
{
background-color: #AF0A29;
}
.BgClassName
{
background-color: #AF0A29;
}
</style>
border-color css
<style>
span { border-color: #AF0A29; }
span { border-color: rgb(175,10,41); }
td.TdClassName
{
border-color: #AF0A29;
}
.TagClassName
{
border-color: #AF0A29;
}
</style>