Shades of Carmine #A2081C
Tints of Carmine #A2081C
RGB
CMYK
RGB Variations
Color information
#A2081C (or 0xA2081C) is known color: Carmine. HEX triplet: A2, 08 and 1C. RGB value is (162,8,28). Sum of RGB (Red+Green+Blue) = 162+8+28=198 (26% of max value = 765). Red value is 162 (63.67% from 255 or 81.82% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 28 (11.33% from 255 or 14.14% from 198); Max value from RGB is 162 - color contains mainly: red. Hex color #A2081C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2081C is #5DF7E3. Grayscale: #383838. Windows color (decimal): -6158308 or 1837218. OLE color: 1837218.
HSL color Cylindrical-coordinate representation of color #A2081C: hue angle of 352.21º 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 #A2081C is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 8 | 28 | - |
| CMYK | 0 | 0.95 | 0.83 | 0.36 |
| HSL | 352.21º | 0.91% | 0.33% | - |
| HSV(B) | 352.21º | 0.95% | 0.64% | - |
| XYZ | 15.2 | 7.94 | 1.83 | - |
| YUV | 56.33 | 112.02 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 8 | 28 | 0 | 0.95 | 0.83 | 0.36 | 352.21 | 0.91 | 0.33 |
| Hex | A2 | 8 | 1C | 0 | 5F | 53 | 24 | 160 | 5B | 21 |
| Octal | 242 | 10 | 34 | 0 | 137 | 123 | 44 | 540 | 133 | 41 |
| Binary | 10100010 | 1000 | 11100 | 0 | 1011111 | 1010011 | 100100 | 101100000 | 1011011 | 100001 |
Color Harmonies of #A2081C
Complementary color
Monochromatic Colors of #A2081C
Black with #A2081C
Text Example
Text Example
White with #A2081C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2081C; }
p { color: rgb(162,8,28); }
H1.HeaderClassName
{
color: #A2081C;
}
.AnyTagClassName
{
color: #A2081C;
}
</style>
background-color css
<style>
a { background-color: #A2081C; }
a { background-color: rgb(162,8,28); }
div.DivClassName
{
background-color: #A2081C;
}
.BgClassName
{
background-color: #A2081C;
}
</style>
border-color css
<style>
span { border-color: #A2081C; }
span { border-color: rgb(162,8,28); }
td.TdClassName
{
border-color: #A2081C;
}
.TagClassName
{
border-color: #A2081C;
}
</style>