Shades of Carmine #A0082B
Tints of Carmine #A0082B
RGB
CMYK
RGB Variations
Color information
#A0082B (or 0xA0082B) is known color: Carmine. HEX triplet: A0, 08 and 2B. RGB value is (160,8,43). Sum of RGB (Red+Green+Blue) = 160+8+43=211 (27% of max value = 765). Red value is 160 (62.89% from 255 or 75.83% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 43 (17.19% from 255 or 20.38% from 211); Max value from RGB is 160 - color contains mainly: red. Hex color #A0082B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0082B is #5FF7D4. Grayscale: #393939. Windows color (decimal): -6289365 or 2820256. OLE color: 2820256.
HSL color Cylindrical-coordinate representation of color #A0082B: hue angle of 346.18º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A0082B is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
RGB | 160 | 8 | 43 | - |
CMYK | 0 | 0.95 | 0.73 | 0.37 |
HSL | 346.18º | 0.9% | 0.33% | - |
HSV(B) | 346.18º | 0.95% | 0.63% | - |
XYZ | 15.02 | 7.82 | 3 | - |
YUV | 57.44 | 119.86 | 201.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 8 | 43 | 0 | 0.95 | 0.73 | 0.37 | 346.18 | 0.9 | 0.33 |
Hex | A0 | 8 | 2B | 0 | 5F | 49 | 25 | 15A | 5A | 21 |
Octal | 240 | 10 | 53 | 0 | 137 | 111 | 45 | 532 | 132 | 41 |
Binary | 10100000 | 1000 | 101011 | 0 | 1011111 | 1001001 | 100101 | 101011010 | 1011010 | 100001 |
Color Harmonies of #A0082B
Complementary color
Monochromatic Colors of #A0082B
Black with #A0082B
Text Example
Text Example
White with #A0082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0082B; }
p { color: rgb(160,8,43); }
H1.HeaderClassName
{
color: #A0082B;
}
.AnyTagClassName
{
color: #A0082B;
}
</style>
background-color css
<style>
a { background-color: #A0082B; }
a { background-color: rgb(160,8,43); }
div.DivClassName
{
background-color: #A0082B;
}
.BgClassName
{
background-color: #A0082B;
}
</style>
border-color css
<style>
span { border-color: #A0082B; }
span { border-color: rgb(160,8,43); }
td.TdClassName
{
border-color: #A0082B;
}
.TagClassName
{
border-color: #A0082B;
}
</style>