Shades of Carmine #A60922
Tints of Carmine #A60922
RGB
CMYK
RGB Variations
Color information
#A60922 (or 0xA60922) is known color: Carmine. HEX triplet: A6, 09 and 22. RGB value is (166,9,34). Sum of RGB (Red+Green+Blue) = 166+9+34=209 (27% of max value = 765). Red value is 166 (65.23% from 255 or 79.43% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 34 (13.67% from 255 or 16.27% from 209); Max value from RGB is 166 - color contains mainly: red. Hex color #A60922 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60922 is #59F6DD. Grayscale: #3A3A3A. Windows color (decimal): -5895902 or 2230694. OLE color: 2230694.
HSL color Cylindrical-coordinate representation of color #A60922: hue angle of 350.45º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60922 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 9 | 34 | - |
| CMYK | 0 | 0.95 | 0.80 | 0.35 |
| HSL | 350.45º | 0.9% | 0.34% | - |
| HSV(B) | 350.45º | 0.95% | 0.65% | - |
| XYZ | 16.11 | 8.42 | 2.29 | - |
| YUV | 58.79 | 114.01 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 9 | 34 | 0 | 0.95 | 0.80 | 0.35 | 350.45 | 0.9 | 0.34 |
| Hex | A6 | 9 | 22 | 0 | 5F | 50 | 23 | 15E | 5A | 22 |
| Octal | 246 | 11 | 42 | 0 | 137 | 120 | 43 | 536 | 132 | 42 |
| Binary | 10100110 | 1001 | 100010 | 0 | 1011111 | 1010000 | 100011 | 101011110 | 1011010 | 100010 |
Color Harmonies of #A60922
Complementary color
Monochromatic Colors of #A60922
Black with #A60922
Text Example
Text Example
White with #A60922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60922; }
p { color: rgb(166,9,34); }
H1.HeaderClassName
{
color: #A60922;
}
.AnyTagClassName
{
color: #A60922;
}
</style>
background-color css
<style>
a { background-color: #A60922; }
a { background-color: rgb(166,9,34); }
div.DivClassName
{
background-color: #A60922;
}
.BgClassName
{
background-color: #A60922;
}
</style>
border-color css
<style>
span { border-color: #A60922; }
span { border-color: rgb(166,9,34); }
td.TdClassName
{
border-color: #A60922;
}
.TagClassName
{
border-color: #A60922;
}
</style>