Shades of Carmine #A00A34
Tints of Carmine #A00A34
RGB
CMYK
RGB Variations
Color information
#A00A34 (or 0xA00A34) is known color: Carmine. HEX triplet: A0, 0A and 34. RGB value is (160,10,52). Sum of RGB (Red+Green+Blue) = 160+10+52=222 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.07% from 222); Green value is 10 (4.30% from 255 or 4.50% from 222); Blue value is 52 (20.70% from 255 or 23.42% from 222); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00A34 is #5FF5CB. Grayscale: #3B3B3B. Windows color (decimal): -6288844 or 3410592. OLE color: 3410592.
HSL color Cylindrical-coordinate representation of color #A00A34: hue angle of 343.2º 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 #A00A34 is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 10 | 52 | - |
| CMYK | 0 | 0.94 | 0.68 | 0.37 |
| HSL | 343.2º | 0.88% | 0.33% | - |
| HSV(B) | 343.2º | 0.94% | 0.63% | - |
| XYZ | 15.23 | 7.94 | 3.98 | - |
| YUV | 59.64 | 123.7 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 52 | 0 | 0.94 | 0.68 | 0.37 | 343.2 | 0.88 | 0.33 |
| Hex | A0 | A | 34 | 0 | 5E | 44 | 25 | 157 | 58 | 21 |
| Octal | 240 | 12 | 64 | 0 | 136 | 104 | 45 | 527 | 130 | 41 |
| Binary | 10100000 | 1010 | 110100 | 0 | 1011110 | 1000100 | 100101 | 101010111 | 1011000 | 100001 |
Color Harmonies of #A00A34
Complementary color
Monochromatic Colors of #A00A34
Black with #A00A34
Text Example
Text Example
White with #A00A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00A34; }
p { color: rgb(160,10,52); }
H1.HeaderClassName
{
color: #A00A34;
}
.AnyTagClassName
{
color: #A00A34;
}
</style>
background-color css
<style>
a { background-color: #A00A34; }
a { background-color: rgb(160,10,52); }
div.DivClassName
{
background-color: #A00A34;
}
.BgClassName
{
background-color: #A00A34;
}
</style>
border-color css
<style>
span { border-color: #A00A34; }
span { border-color: rgb(160,10,52); }
td.TdClassName
{
border-color: #A00A34;
}
.TagClassName
{
border-color: #A00A34;
}
</style>