Shades of Carmine #A00A35
Tints of Carmine #A00A35
RGB
CMYK
RGB Variations
Color information
#A00A35 (or 0xA00A35) is known color: Carmine. HEX triplet: A0, 0A and 35. RGB value is (160,10,53). Sum of RGB (Red+Green+Blue) = 160+10+53=223 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.75% from 223); Green value is 10 (4.30% from 255 or 4.48% from 223); Blue value is 53 (21.09% from 255 or 23.77% from 223); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A35 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00A35 is #5FF5CA. Grayscale: #3B3B3B. Windows color (decimal): -6288843 or 3476128. OLE color: 3476128.
HSL color Cylindrical-coordinate representation of color #A00A35: hue angle of 342.8º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00A35 is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 10 | 53 | - |
| CMYK | 0 | 0.94 | 0.67 | 0.37 |
| HSL | 342.8º | 0.88% | 0.33% | - |
| HSV(B) | 342.8º | 0.94% | 0.63% | - |
| XYZ | 15.25 | 7.95 | 4.1 | - |
| YUV | 59.75 | 124.2 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 53 | 0 | 0.94 | 0.67 | 0.37 | 342.8 | 0.88 | 0.33 |
| Hex | A0 | A | 35 | 0 | 5E | 43 | 25 | 157 | 58 | 21 |
| Octal | 240 | 12 | 65 | 0 | 136 | 103 | 45 | 527 | 130 | 41 |
| Binary | 10100000 | 1010 | 110101 | 0 | 1011110 | 1000011 | 100101 | 101010111 | 1011000 | 100001 |
Color Harmonies of #A00A35
Complementary color
Monochromatic Colors of #A00A35
Black with #A00A35
Text Example
Text Example
White with #A00A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00A35; }
p { color: rgb(160,10,53); }
H1.HeaderClassName
{
color: #A00A35;
}
.AnyTagClassName
{
color: #A00A35;
}
</style>
background-color css
<style>
a { background-color: #A00A35; }
a { background-color: rgb(160,10,53); }
div.DivClassName
{
background-color: #A00A35;
}
.BgClassName
{
background-color: #A00A35;
}
</style>
border-color css
<style>
span { border-color: #A00A35; }
span { border-color: rgb(160,10,53); }
td.TdClassName
{
border-color: #A00A35;
}
.TagClassName
{
border-color: #A00A35;
}
</style>