Shades of Carmine #AF0620
Tints of Carmine #AF0620
RGB
CMYK
RGB Variations
Color information
#AF0620 (or 0xAF0620) is known color: Carmine. HEX triplet: AF, 06 and 20. RGB value is (175,6,32). Sum of RGB (Red+Green+Blue) = 175+6+32=213 (28% of max value = 765). Red value is 175 (68.75% from 255 or 82.16% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 32 (12.89% from 255 or 15.02% from 213); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0620 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0620 is #50F9DF. Grayscale: #3B3B3B. Windows color (decimal): -5306848 or 2098863. OLE color: 2098863.
HSL color Cylindrical-coordinate representation of color #AF0620: hue angle of 350.77º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF0620 is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 6 | 32 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.31 |
| HSL | 350.77º | 0.93% | 0.35% | - |
| HSV(B) | 350.77º | 0.97% | 0.69% | - |
| XYZ | 18.01 | 9.35 | 2.22 | - |
| YUV | 59.5 | 112.49 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 6 | 32 | 0 | 0.97 | 0.82 | 0.31 | 350.77 | 0.93 | 0.35 |
| Hex | AF | 6 | 20 | 0 | 61 | 52 | 1F | 15F | 5D | 23 |
| Octal | 257 | 6 | 40 | 0 | 141 | 122 | 37 | 537 | 135 | 43 |
| Binary | 10101111 | 110 | 100000 | 0 | 1100001 | 1010010 | 11111 | 101011111 | 1011101 | 100011 |
Color Harmonies of #AF0620
Complementary color
Monochromatic Colors of #AF0620
Black with #AF0620
Text Example
Text Example
White with #AF0620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0620; }
p { color: rgb(175,6,32); }
H1.HeaderClassName
{
color: #AF0620;
}
.AnyTagClassName
{
color: #AF0620;
}
</style>
background-color css
<style>
a { background-color: #AF0620; }
a { background-color: rgb(175,6,32); }
div.DivClassName
{
background-color: #AF0620;
}
.BgClassName
{
background-color: #AF0620;
}
</style>
border-color css
<style>
span { border-color: #AF0620; }
span { border-color: rgb(175,6,32); }
td.TdClassName
{
border-color: #AF0620;
}
.TagClassName
{
border-color: #AF0620;
}
</style>