Shades of Carmine #A00A2F
Tints of Carmine #A00A2F
RGB
CMYK
RGB Variations
Color information
#A00A2F (or 0xA00A2F) is known color: Carmine. HEX triplet: A0, 0A and 2F. RGB value is (160,10,47). Sum of RGB (Red+Green+Blue) = 160+10+47=217 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.73% from 217); Green value is 10 (4.30% from 255 or 4.61% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00A2F is #5FF5D0. Grayscale: #3B3B3B. Windows color (decimal): -6288849 or 3082912. OLE color: 3082912.
HSL color Cylindrical-coordinate representation of color #A00A2F: hue angle of 345.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 #A00A2F is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 10 | 47 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.37 |
| HSL | 345.2º | 0.88% | 0.33% | - |
| HSV(B) | 345.2º | 0.94% | 0.63% | - |
| XYZ | 15.12 | 7.9 | 3.42 | - |
| YUV | 59.07 | 121.2 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 47 | 0 | 0.94 | 0.71 | 0.37 | 345.2 | 0.88 | 0.33 |
| Hex | A0 | A | 2F | 0 | 5E | 47 | 25 | 159 | 58 | 21 |
| Octal | 240 | 12 | 57 | 0 | 136 | 107 | 45 | 531 | 130 | 41 |
| Binary | 10100000 | 1010 | 101111 | 0 | 1011110 | 1000111 | 100101 | 101011001 | 1011000 | 100001 |
Color Harmonies of #A00A2F
Complementary color
Monochromatic Colors of #A00A2F
Black with #A00A2F
Text Example
Text Example
White with #A00A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00A2F; }
p { color: rgb(160,10,47); }
H1.HeaderClassName
{
color: #A00A2F;
}
.AnyTagClassName
{
color: #A00A2F;
}
</style>
background-color css
<style>
a { background-color: #A00A2F; }
a { background-color: rgb(160,10,47); }
div.DivClassName
{
background-color: #A00A2F;
}
.BgClassName
{
background-color: #A00A2F;
}
</style>
border-color css
<style>
span { border-color: #A00A2F; }
span { border-color: rgb(160,10,47); }
td.TdClassName
{
border-color: #A00A2F;
}
.TagClassName
{
border-color: #A00A2F;
}
</style>