Shades of Carmine #A2082A
Tints of Carmine #A2082A
RGB
CMYK
RGB Variations
Color information
#A2082A (or 0xA2082A) is known color: Carmine. HEX triplet: A2, 08 and 2A. RGB value is (162,8,42). Sum of RGB (Red+Green+Blue) = 162+8+42=212 (28% of max value = 765). Red value is 162 (63.67% from 255 or 76.42% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 162 - color contains mainly: red. Hex color #A2082A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2082A is #5DF7D5. Grayscale: #393939. Windows color (decimal): -6158294 or 2754722. OLE color: 2754722.
HSL color Cylindrical-coordinate representation of color #A2082A: hue angle of 346.75º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A2082A is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 8 | 42 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.36 |
| HSL | 346.75º | 0.91% | 0.33% | - |
| HSV(B) | 346.75º | 0.95% | 0.64% | - |
| XYZ | 15.41 | 8.02 | 2.93 | - |
| YUV | 57.92 | 119.02 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 8 | 42 | 0 | 0.95 | 0.74 | 0.36 | 346.75 | 0.91 | 0.33 |
| Hex | A2 | 8 | 2A | 0 | 5F | 4A | 24 | 15B | 5B | 21 |
| Octal | 242 | 10 | 52 | 0 | 137 | 112 | 44 | 533 | 133 | 41 |
| Binary | 10100010 | 1000 | 101010 | 0 | 1011111 | 1001010 | 100100 | 101011011 | 1011011 | 100001 |
Color Harmonies of #A2082A
Complementary color
Monochromatic Colors of #A2082A
Black with #A2082A
Text Example
Text Example
White with #A2082A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2082A; }
p { color: rgb(162,8,42); }
H1.HeaderClassName
{
color: #A2082A;
}
.AnyTagClassName
{
color: #A2082A;
}
</style>
background-color css
<style>
a { background-color: #A2082A; }
a { background-color: rgb(162,8,42); }
div.DivClassName
{
background-color: #A2082A;
}
.BgClassName
{
background-color: #A2082A;
}
</style>
border-color css
<style>
span { border-color: #A2082A; }
span { border-color: rgb(162,8,42); }
td.TdClassName
{
border-color: #A2082A;
}
.TagClassName
{
border-color: #A2082A;
}
</style>