Shades of Carmine #AF0114
Tints of Carmine #AF0114
RGB
CMYK
RGB Variations
Color information
#AF0114 (or 0xAF0114) is known color: Carmine. HEX triplet: AF, 01 and 14. RGB value is (175,1,20). Sum of RGB (Red+Green+Blue) = 175+1+20=196 (25% of max value = 765). Red value is 175 (68.75% from 255 or 89.29% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0114 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0114 is #50FEEB. Grayscale: #373737. Windows color (decimal): -5308140 or 1311151. OLE color: 1311151.
HSL color Cylindrical-coordinate representation of color #AF0114: hue angle of 353.45º 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 #AF0114 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 1 | 20 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.31 |
| HSL | 353.45º | 0.99% | 0.35% | - |
| HSV(B) | 353.45º | 0.99% | 0.69% | - |
| XYZ | 17.82 | 9.19 | 1.5 | - |
| YUV | 55.19 | 108.15 | 213.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 20 | 0 | 0.99 | 0.89 | 0.31 | 353.45 | 0.99 | 0.35 |
| Hex | AF | 1 | 14 | 0 | 63 | 59 | 1F | 161 | 63 | 23 |
| Octal | 257 | 1 | 24 | 0 | 143 | 131 | 37 | 541 | 143 | 43 |
| Binary | 10101111 | 1 | 10100 | 0 | 1100011 | 1011001 | 11111 | 101100001 | 1100011 | 100011 |
Color Harmonies of #AF0114
Complementary color
Monochromatic Colors of #AF0114
Black with #AF0114
Text Example
Text Example
White with #AF0114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0114; }
p { color: rgb(175,1,20); }
H1.HeaderClassName
{
color: #AF0114;
}
.AnyTagClassName
{
color: #AF0114;
}
</style>
background-color css
<style>
a { background-color: #AF0114; }
a { background-color: rgb(175,1,20); }
div.DivClassName
{
background-color: #AF0114;
}
.BgClassName
{
background-color: #AF0114;
}
</style>
border-color css
<style>
span { border-color: #AF0114; }
span { border-color: rgb(175,1,20); }
td.TdClassName
{
border-color: #AF0114;
}
.TagClassName
{
border-color: #AF0114;
}
</style>