Shades of Carmine #A21315
Tints of Carmine #A21315
RGB
CMYK
RGB Variations
Color information
#A21315 (or 0xA21315) is known color: Carmine. HEX triplet: A2, 13 and 15. RGB value is (162,19,21). Sum of RGB (Red+Green+Blue) = 162+19+21=202 (26% of max value = 765). Red value is 162 (63.67% from 255 or 80.20% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 21 (8.59% from 255 or 10.40% from 202); Max value from RGB is 162 - color contains mainly: red. Hex color #A21315 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21315 is #5DECEA. Grayscale: #3E3E3E. Windows color (decimal): -6155499 or 1381282. OLE color: 1381282.
HSL color Cylindrical-coordinate representation of color #A21315: hue angle of 359.16º 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 #A21315 is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 19 | 21 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.36 |
| HSL | 359.16º | 0.79% | 0.35% | - |
| HSV(B) | 359.16º | 0.88% | 0.64% | - |
| XYZ | 15.27 | 8.2 | 1.49 | - |
| YUV | 61.99 | 104.88 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 19 | 21 | 0 | 0.88 | 0.87 | 0.36 | 359.16 | 0.79 | 0.35 |
| Hex | A2 | 13 | 15 | 0 | 58 | 57 | 24 | 167 | 4F | 23 |
| Octal | 242 | 23 | 25 | 0 | 130 | 127 | 44 | 547 | 117 | 43 |
| Binary | 10100010 | 10011 | 10101 | 0 | 1011000 | 1010111 | 100100 | 101100111 | 1001111 | 100011 |
Color Harmonies of #A21315
Complementary color
Monochromatic Colors of #A21315
Black with #A21315
Text Example
Text Example
White with #A21315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21315; }
p { color: rgb(162,19,21); }
H1.HeaderClassName
{
color: #A21315;
}
.AnyTagClassName
{
color: #A21315;
}
</style>
background-color css
<style>
a { background-color: #A21315; }
a { background-color: rgb(162,19,21); }
div.DivClassName
{
background-color: #A21315;
}
.BgClassName
{
background-color: #A21315;
}
</style>
border-color css
<style>
span { border-color: #A21315; }
span { border-color: rgb(162,19,21); }
td.TdClassName
{
border-color: #A21315;
}
.TagClassName
{
border-color: #A21315;
}
</style>