Shades of Carmine #A20F12
Tints of Carmine #A20F12
RGB
CMYK
RGB Variations
Color information
#A20F12 (or 0xA20F12) is known color: Carmine. HEX triplet: A2, 0F and 12. RGB value is (162,15,18). Sum of RGB (Red+Green+Blue) = 162+15+18=195 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.08% from 195); Green value is 15 (6.25% from 255 or 7.69% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 162 - color contains mainly: red. Hex color #A20F12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20F12 is #5DF0ED. Grayscale: #3B3B3B. Windows color (decimal): -6156526 or 1183650. OLE color: 1183650.
HSL color Cylindrical-coordinate representation of color #A20F12: hue angle of 358.78º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A20F12 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 15 | 18 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.36 |
| HSL | 358.78º | 0.83% | 0.35% | - |
| HSV(B) | 358.78º | 0.91% | 0.64% | - |
| XYZ | 15.18 | 8.07 | 1.33 | - |
| YUV | 59.3 | 104.7 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 15 | 18 | 0 | 0.91 | 0.89 | 0.36 | 358.78 | 0.83 | 0.35 |
| Hex | A2 | F | 12 | 0 | 5B | 59 | 24 | 167 | 53 | 23 |
| Octal | 242 | 17 | 22 | 0 | 133 | 131 | 44 | 547 | 123 | 43 |
| Binary | 10100010 | 1111 | 10010 | 0 | 1011011 | 1011001 | 100100 | 101100111 | 1010011 | 100011 |
Color Harmonies of #A20F12
Complementary color
Monochromatic Colors of #A20F12
Black with #A20F12
Text Example
Text Example
White with #A20F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20F12; }
p { color: rgb(162,15,18); }
H1.HeaderClassName
{
color: #A20F12;
}
.AnyTagClassName
{
color: #A20F12;
}
</style>
background-color css
<style>
a { background-color: #A20F12; }
a { background-color: rgb(162,15,18); }
div.DivClassName
{
background-color: #A20F12;
}
.BgClassName
{
background-color: #A20F12;
}
</style>
border-color css
<style>
span { border-color: #A20F12; }
span { border-color: rgb(162,15,18); }
td.TdClassName
{
border-color: #A20F12;
}
.TagClassName
{
border-color: #A20F12;
}
</style>