Shades of Carmine #A20826
Tints of Carmine #A20826
RGB
CMYK
RGB Variations
Color information
#A20826 (or 0xA20826) is known color: Carmine. HEX triplet: A2, 08 and 26. RGB value is (162,8,38). Sum of RGB (Red+Green+Blue) = 162+8+38=208 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.88% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 38 (15.23% from 255 or 18.27% from 208); Max value from RGB is 162 - color contains mainly: red. Hex color #A20826 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20826 is #5DF7D9. Grayscale: #393939. Windows color (decimal): -6158298 or 2492578. OLE color: 2492578.
HSL color Cylindrical-coordinate representation of color #A20826: hue angle of 348.31º 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 #A20826 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 8 | 38 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.36 |
| HSL | 348.31º | 0.91% | 0.33% | - |
| HSV(B) | 348.31º | 0.95% | 0.64% | - |
| XYZ | 15.34 | 7.99 | 2.57 | - |
| YUV | 57.47 | 117.02 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 8 | 38 | 0 | 0.95 | 0.77 | 0.36 | 348.31 | 0.91 | 0.33 |
| Hex | A2 | 8 | 26 | 0 | 5F | 4D | 24 | 15C | 5B | 21 |
| Octal | 242 | 10 | 46 | 0 | 137 | 115 | 44 | 534 | 133 | 41 |
| Binary | 10100010 | 1000 | 100110 | 0 | 1011111 | 1001101 | 100100 | 101011100 | 1011011 | 100001 |
Color Harmonies of #A20826
Complementary color
Monochromatic Colors of #A20826
Black with #A20826
Text Example
Text Example
White with #A20826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20826; }
p { color: rgb(162,8,38); }
H1.HeaderClassName
{
color: #A20826;
}
.AnyTagClassName
{
color: #A20826;
}
</style>
background-color css
<style>
a { background-color: #A20826; }
a { background-color: rgb(162,8,38); }
div.DivClassName
{
background-color: #A20826;
}
.BgClassName
{
background-color: #A20826;
}
</style>
border-color css
<style>
span { border-color: #A20826; }
span { border-color: rgb(162,8,38); }
td.TdClassName
{
border-color: #A20826;
}
.TagClassName
{
border-color: #A20826;
}
</style>