Shades of Carmine #AF0519
Tints of Carmine #AF0519
RGB
CMYK
RGB Variations
Color information
#AF0519 (or 0xAF0519) is known color: Carmine. HEX triplet: AF, 05 and 19. RGB value is (175,5,25). Sum of RGB (Red+Green+Blue) = 175+5+25=205 (27% of max value = 765). Red value is 175 (68.75% from 255 or 85.37% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 25 (10.16% from 255 or 12.20% from 205); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0519 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0519 is #50FAE6. Grayscale: #3A3A3A. Windows color (decimal): -5307111 or 1639855. OLE color: 1639855.
HSL color Cylindrical-coordinate representation of color #AF0519: hue angle of 352.94º degrees, saturation: 0.94, 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 #AF0519 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 5 | 25 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.31 |
| HSL | 352.94º | 0.94% | 0.35% | - |
| HSV(B) | 352.94º | 0.97% | 0.69% | - |
| XYZ | 17.91 | 9.29 | 1.77 | - |
| YUV | 58.11 | 109.32 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 5 | 25 | 0 | 0.97 | 0.86 | 0.31 | 352.94 | 0.94 | 0.35 |
| Hex | AF | 5 | 19 | 0 | 61 | 56 | 1F | 161 | 5E | 23 |
| Octal | 257 | 5 | 31 | 0 | 141 | 126 | 37 | 541 | 136 | 43 |
| Binary | 10101111 | 101 | 11001 | 0 | 1100001 | 1010110 | 11111 | 101100001 | 1011110 | 100011 |
Color Harmonies of #AF0519
Complementary color
Monochromatic Colors of #AF0519
Black with #AF0519
Text Example
Text Example
White with #AF0519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0519; }
p { color: rgb(175,5,25); }
H1.HeaderClassName
{
color: #AF0519;
}
.AnyTagClassName
{
color: #AF0519;
}
</style>
background-color css
<style>
a { background-color: #AF0519; }
a { background-color: rgb(175,5,25); }
div.DivClassName
{
background-color: #AF0519;
}
.BgClassName
{
background-color: #AF0519;
}
</style>
border-color css
<style>
span { border-color: #AF0519; }
span { border-color: rgb(175,5,25); }
td.TdClassName
{
border-color: #AF0519;
}
.TagClassName
{
border-color: #AF0519;
}
</style>