Shades of Carmine #AF002F
Tints of Carmine #AF002F
RGB
CMYK
RGB Variations
Color information
#AF002F (or 0xAF002F) is known color: Carmine. HEX triplet: AF, 00 and 2F. RGB value is (175,0,47). Sum of RGB (Red+Green+Blue) = 175+0+47=222 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.83% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 47 (18.75% from 255 or 21.17% from 222); Max value from RGB is 175 - color contains mainly: red. Hex color #AF002F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF002F is #50FFD0. Grayscale: #393939. Windows color (decimal): -5308369 or 3080367. OLE color: 3080367.
HSL color Cylindrical-coordinate representation of color #AF002F: hue angle of 343.89º 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 #AF002F is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 47 | - |
| CMYK | 0 | 1 | 0.73 | 0.31 |
| HSL | 343.89º | 1% | 0.34% | - |
| HSV(B) | 343.89º | 1% | 0.69% | - |
| XYZ | 18.19 | 9.32 | 3.53 | - |
| YUV | 57.68 | 121.98 | 211.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 47 | 0 | 1 | 0.73 | 0.31 | 343.89 | 1 | 0.34 |
| Hex | AF | 0 | 2F | 0 | 64 | 49 | 1F | 158 | 64 | 22 |
| Octal | 257 | 0 | 57 | 0 | 144 | 111 | 37 | 530 | 144 | 42 |
| Binary | 10101111 | 0 | 101111 | 0 | 1100100 | 1001001 | 11111 | 101011000 | 1100100 | 100010 |
Color Harmonies of #AF002F
Complementary color
Monochromatic Colors of #AF002F
Black with #AF002F
Text Example
Text Example
White with #AF002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF002F; }
p { color: rgb(175,0,47); }
H1.HeaderClassName
{
color: #AF002F;
}
.AnyTagClassName
{
color: #AF002F;
}
</style>
background-color css
<style>
a { background-color: #AF002F; }
a { background-color: rgb(175,0,47); }
div.DivClassName
{
background-color: #AF002F;
}
.BgClassName
{
background-color: #AF002F;
}
</style>
border-color css
<style>
span { border-color: #AF002F; }
span { border-color: rgb(175,0,47); }
td.TdClassName
{
border-color: #AF002F;
}
.TagClassName
{
border-color: #AF002F;
}
</style>