Shades of Carmine #A20935
Tints of Carmine #A20935
RGB
CMYK
RGB Variations
Color information
#A20935 (or 0xA20935) is known color: Carmine. HEX triplet: A2, 09 and 35. RGB value is (162,9,53). Sum of RGB (Red+Green+Blue) = 162+9+53=224 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.32% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 53 (21.09% from 255 or 23.66% from 224); Max value from RGB is 162 - color contains mainly: red. Hex color #A20935 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20935 is #5DF6CA. Grayscale: #3B3B3B. Windows color (decimal): -6158027 or 3475874. OLE color: 3475874.
HSL color Cylindrical-coordinate representation of color #A20935: hue angle of 342.75º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20935 is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 9 | 53 | - |
| CMYK | 0 | 0.94 | 0.67 | 0.36 |
| HSL | 342.75º | 0.89% | 0.34% | - |
| HSV(B) | 342.75º | 0.94% | 0.64% | - |
| XYZ | 15.64 | 8.13 | 4.11 | - |
| YUV | 59.76 | 124.19 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 9 | 53 | 0 | 0.94 | 0.67 | 0.36 | 342.75 | 0.89 | 0.34 |
| Hex | A2 | 9 | 35 | 0 | 5E | 43 | 24 | 157 | 59 | 22 |
| Octal | 242 | 11 | 65 | 0 | 136 | 103 | 44 | 527 | 131 | 42 |
| Binary | 10100010 | 1001 | 110101 | 0 | 1011110 | 1000011 | 100100 | 101010111 | 1011001 | 100010 |
Color Harmonies of #A20935
Complementary color
Monochromatic Colors of #A20935
Black with #A20935
Text Example
Text Example
White with #A20935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20935; }
p { color: rgb(162,9,53); }
H1.HeaderClassName
{
color: #A20935;
}
.AnyTagClassName
{
color: #A20935;
}
</style>
background-color css
<style>
a { background-color: #A20935; }
a { background-color: rgb(162,9,53); }
div.DivClassName
{
background-color: #A20935;
}
.BgClassName
{
background-color: #A20935;
}
</style>
border-color css
<style>
span { border-color: #A20935; }
span { border-color: rgb(162,9,53); }
td.TdClassName
{
border-color: #A20935;
}
.TagClassName
{
border-color: #A20935;
}
</style>