Shades of Carmine #A20535
Tints of Carmine #A20535
RGB
CMYK
RGB Variations
Color information
#A20535 (or 0xA20535) is known color: Carmine. HEX triplet: A2, 05 and 35. RGB value is (162,5,53). Sum of RGB (Red+Green+Blue) = 162+5+53=220 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.64% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 53 (21.09% from 255 or 24.09% from 220); Max value from RGB is 162 - color contains mainly: red. Hex color #A20535 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20535 is #5DFACA. Grayscale: #393939. Windows color (decimal): -6159051 or 3474850. OLE color: 3474850.
HSL color Cylindrical-coordinate representation of color #A20535: hue angle of 341.66º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A20535 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 5 | 53 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.36 |
| HSL | 341.66º | 0.94% | 0.33% | - |
| HSV(B) | 341.66º | 0.97% | 0.64% | - |
| XYZ | 15.6 | 8.05 | 4.1 | - |
| YUV | 57.42 | 125.51 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 5 | 53 | 0 | 0.97 | 0.67 | 0.36 | 341.66 | 0.94 | 0.33 |
| Hex | A2 | 5 | 35 | 0 | 61 | 43 | 24 | 156 | 5E | 21 |
| Octal | 242 | 5 | 65 | 0 | 141 | 103 | 44 | 526 | 136 | 41 |
| Binary | 10100010 | 101 | 110101 | 0 | 1100001 | 1000011 | 100100 | 101010110 | 1011110 | 100001 |
Color Harmonies of #A20535
Complementary color
Monochromatic Colors of #A20535
Black with #A20535
Text Example
Text Example
White with #A20535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20535; }
p { color: rgb(162,5,53); }
H1.HeaderClassName
{
color: #A20535;
}
.AnyTagClassName
{
color: #A20535;
}
</style>
background-color css
<style>
a { background-color: #A20535; }
a { background-color: rgb(162,5,53); }
div.DivClassName
{
background-color: #A20535;
}
.BgClassName
{
background-color: #A20535;
}
</style>
border-color css
<style>
span { border-color: #A20535; }
span { border-color: rgb(162,5,53); }
td.TdClassName
{
border-color: #A20535;
}
.TagClassName
{
border-color: #A20535;
}
</style>