Shades of Carmine #A20735
Tints of Carmine #A20735
RGB
CMYK
RGB Variations
Color information
#A20735 (or 0xA20735) is known color: Carmine. HEX triplet: A2, 07 and 35. RGB value is (162,7,53). Sum of RGB (Red+Green+Blue) = 162+7+53=222 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.97% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 53 (21.09% from 255 or 23.87% from 222); Max value from RGB is 162 - color contains mainly: red. Hex color #A20735 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20735 is #5DF8CA. Grayscale: #3A3A3A. Windows color (decimal): -6158539 or 3475362. OLE color: 3475362.
HSL color Cylindrical-coordinate representation of color #A20735: hue angle of 342.19º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A20735 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 7 | 53 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.36 |
| HSL | 342.19º | 0.92% | 0.33% | - |
| HSV(B) | 342.19º | 0.96% | 0.64% | - |
| XYZ | 15.62 | 8.09 | 4.11 | - |
| YUV | 58.59 | 124.85 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 7 | 53 | 0 | 0.96 | 0.67 | 0.36 | 342.19 | 0.92 | 0.33 |
| Hex | A2 | 7 | 35 | 0 | 60 | 43 | 24 | 156 | 5C | 21 |
| Octal | 242 | 7 | 65 | 0 | 140 | 103 | 44 | 526 | 134 | 41 |
| Binary | 10100010 | 111 | 110101 | 0 | 1100000 | 1000011 | 100100 | 101010110 | 1011100 | 100001 |
Color Harmonies of #A20735
Complementary color
Monochromatic Colors of #A20735
Black with #A20735
Text Example
Text Example
White with #A20735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20735; }
p { color: rgb(162,7,53); }
H1.HeaderClassName
{
color: #A20735;
}
.AnyTagClassName
{
color: #A20735;
}
</style>
background-color css
<style>
a { background-color: #A20735; }
a { background-color: rgb(162,7,53); }
div.DivClassName
{
background-color: #A20735;
}
.BgClassName
{
background-color: #A20735;
}
</style>
border-color css
<style>
span { border-color: #A20735; }
span { border-color: rgb(162,7,53); }
td.TdClassName
{
border-color: #A20735;
}
.TagClassName
{
border-color: #A20735;
}
</style>