Shades of Carmine #AF002C
Tints of Carmine #AF002C
RGB
CMYK
RGB Variations
Color information
#AF002C (or 0xAF002C) is known color: Carmine. HEX triplet: AF, 00 and 2C. RGB value is (175,0,44). Sum of RGB (Red+Green+Blue) = 175+0+44=219 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.91% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 44 (17.58% from 255 or 20.09% from 219); Max value from RGB is 175 - color contains mainly: red. Hex color #AF002C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF002C is #50FFD3. Grayscale: #393939. Windows color (decimal): -5308372 or 2883759. OLE color: 2883759.
HSL color Cylindrical-coordinate representation of color #AF002C: hue angle of 344.91º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF002C is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 44 | - |
| CMYK | 0 | 1 | 0.75 | 0.31 |
| HSL | 344.91º | 1% | 0.34% | - |
| HSV(B) | 344.91º | 1% | 0.69% | - |
| XYZ | 18.13 | 9.3 | 3.22 | - |
| YUV | 57.34 | 120.48 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 44 | 0 | 1 | 0.75 | 0.31 | 344.91 | 1 | 0.34 |
| Hex | AF | 0 | 2C | 0 | 64 | 4B | 1F | 159 | 64 | 22 |
| Octal | 257 | 0 | 54 | 0 | 144 | 113 | 37 | 531 | 144 | 42 |
| Binary | 10101111 | 0 | 101100 | 0 | 1100100 | 1001011 | 11111 | 101011001 | 1100100 | 100010 |
Color Harmonies of #AF002C
Complementary color
Monochromatic Colors of #AF002C
Black with #AF002C
Text Example
Text Example
White with #AF002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF002C; }
p { color: rgb(175,0,44); }
H1.HeaderClassName
{
color: #AF002C;
}
.AnyTagClassName
{
color: #AF002C;
}
</style>
background-color css
<style>
a { background-color: #AF002C; }
a { background-color: rgb(175,0,44); }
div.DivClassName
{
background-color: #AF002C;
}
.BgClassName
{
background-color: #AF002C;
}
</style>
border-color css
<style>
span { border-color: #AF002C; }
span { border-color: rgb(175,0,44); }
td.TdClassName
{
border-color: #AF002C;
}
.TagClassName
{
border-color: #AF002C;
}
</style>