Shades of Carmine #AF0120
Tints of Carmine #AF0120
RGB
CMYK
RGB Variations
Color information
#AF0120 (or 0xAF0120) is known color: Carmine. HEX triplet: AF, 01 and 20. RGB value is (175,1,32). Sum of RGB (Red+Green+Blue) = 175+1+32=208 (27% of max value = 765). Red value is 175 (68.75% from 255 or 84.13% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0120 is #50FEDF. Grayscale: #383838. Windows color (decimal): -5308128 or 2097583. OLE color: 2097583.
HSL color Cylindrical-coordinate representation of color #AF0120: hue angle of 349.31º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF0120 is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 1 | 32 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.31 |
| HSL | 349.31º | 0.99% | 0.35% | - |
| HSV(B) | 349.31º | 0.99% | 0.69% | - |
| XYZ | 17.95 | 9.24 | 2.2 | - |
| YUV | 56.56 | 114.15 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 32 | 0 | 0.99 | 0.82 | 0.31 | 349.31 | 0.99 | 0.35 |
| Hex | AF | 1 | 20 | 0 | 63 | 52 | 1F | 15D | 63 | 23 |
| Octal | 257 | 1 | 40 | 0 | 143 | 122 | 37 | 535 | 143 | 43 |
| Binary | 10101111 | 1 | 100000 | 0 | 1100011 | 1010010 | 11111 | 101011101 | 1100011 | 100011 |
Color Harmonies of #AF0120
Complementary color
Monochromatic Colors of #AF0120
Black with #AF0120
Text Example
Text Example
White with #AF0120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0120; }
p { color: rgb(175,1,32); }
H1.HeaderClassName
{
color: #AF0120;
}
.AnyTagClassName
{
color: #AF0120;
}
</style>
background-color css
<style>
a { background-color: #AF0120; }
a { background-color: rgb(175,1,32); }
div.DivClassName
{
background-color: #AF0120;
}
.BgClassName
{
background-color: #AF0120;
}
</style>
border-color css
<style>
span { border-color: #AF0120; }
span { border-color: rgb(175,1,32); }
td.TdClassName
{
border-color: #AF0120;
}
.TagClassName
{
border-color: #AF0120;
}
</style>