Shades of Carmine #A2131F
Tints of Carmine #A2131F
RGB
CMYK
RGB Variations
Color information
#A2131F (or 0xA2131F) is known color: Carmine. HEX triplet: A2, 13 and 1F. RGB value is (162,19,31). Sum of RGB (Red+Green+Blue) = 162+19+31=212 (28% of max value = 765). Red value is 162 (63.67% from 255 or 76.42% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 162 - color contains mainly: red. Hex color #A2131F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2131F is #5DECE0. Grayscale: #3F3F3F. Windows color (decimal): -6155489 or 2036642. OLE color: 2036642.
HSL color Cylindrical-coordinate representation of color #A2131F: hue angle of 354.97º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2131F is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 19 | 31 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.36 |
| HSL | 354.97º | 0.79% | 0.35% | - |
| HSV(B) | 354.97º | 0.88% | 0.64% | - |
| XYZ | 15.38 | 8.25 | 2.08 | - |
| YUV | 63.13 | 109.88 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 19 | 31 | 0 | 0.88 | 0.81 | 0.36 | 354.97 | 0.79 | 0.35 |
| Hex | A2 | 13 | 1F | 0 | 58 | 51 | 24 | 163 | 4F | 23 |
| Octal | 242 | 23 | 37 | 0 | 130 | 121 | 44 | 543 | 117 | 43 |
| Binary | 10100010 | 10011 | 11111 | 0 | 1011000 | 1010001 | 100100 | 101100011 | 1001111 | 100011 |
Color Harmonies of #A2131F
Complementary color
Monochromatic Colors of #A2131F
Black with #A2131F
Text Example
Text Example
White with #A2131F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2131F; }
p { color: rgb(162,19,31); }
H1.HeaderClassName
{
color: #A2131F;
}
.AnyTagClassName
{
color: #A2131F;
}
</style>
background-color css
<style>
a { background-color: #A2131F; }
a { background-color: rgb(162,19,31); }
div.DivClassName
{
background-color: #A2131F;
}
.BgClassName
{
background-color: #A2131F;
}
</style>
border-color css
<style>
span { border-color: #A2131F; }
span { border-color: rgb(162,19,31); }
td.TdClassName
{
border-color: #A2131F;
}
.TagClassName
{
border-color: #A2131F;
}
</style>