Shades of Carmine #AF0013
Tints of Carmine #AF0013
RGB
CMYK
RGB Variations
Color information
#AF0013 (or 0xAF0013) is known color: Carmine. HEX triplet: AF, 00 and 13. RGB value is (175,0,19). Sum of RGB (Red+Green+Blue) = 175+0+19=194 (25% of max value = 765). Red value is 175 (68.75% from 255 or 90.21% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 19 (7.81% from 255 or 9.79% from 194); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0013 is #50FFEC. Grayscale: #363636. Windows color (decimal): -5308397 or 1245359. OLE color: 1245359.
HSL color Cylindrical-coordinate representation of color #AF0013: hue angle of 353.49º 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 #AF0013 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 19 | - |
| CMYK | 0 | 1 | 0.89 | 0.31 |
| HSL | 353.49º | 1% | 0.34% | - |
| HSV(B) | 353.49º | 1% | 0.69% | - |
| XYZ | 17.8 | 9.16 | 1.45 | - |
| YUV | 54.49 | 107.98 | 213.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 19 | 0 | 1 | 0.89 | 0.31 | 353.49 | 1 | 0.34 |
| Hex | AF | 0 | 13 | 0 | 64 | 59 | 1F | 161 | 64 | 22 |
| Octal | 257 | 0 | 23 | 0 | 144 | 131 | 37 | 541 | 144 | 42 |
| Binary | 10101111 | 0 | 10011 | 0 | 1100100 | 1011001 | 11111 | 101100001 | 1100100 | 100010 |
Color Harmonies of #AF0013
Complementary color
Monochromatic Colors of #AF0013
Black with #AF0013
Text Example
Text Example
White with #AF0013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0013; }
p { color: rgb(175,0,19); }
H1.HeaderClassName
{
color: #AF0013;
}
.AnyTagClassName
{
color: #AF0013;
}
</style>
background-color css
<style>
a { background-color: #AF0013; }
a { background-color: rgb(175,0,19); }
div.DivClassName
{
background-color: #AF0013;
}
.BgClassName
{
background-color: #AF0013;
}
</style>
border-color css
<style>
span { border-color: #AF0013; }
span { border-color: rgb(175,0,19); }
td.TdClassName
{
border-color: #AF0013;
}
.TagClassName
{
border-color: #AF0013;
}
</style>