Shades of Carmine #A60937
Tints of Carmine #A60937
RGB
CMYK
RGB Variations
Color information
#A60937 (or 0xA60937) is known color: Carmine. HEX triplet: A6, 09 and 37. RGB value is (166,9,55). Sum of RGB (Red+Green+Blue) = 166+9+55=230 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.17% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 55 (21.88% from 255 or 23.91% from 230); Max value from RGB is 166 - color contains mainly: red. Hex color #A60937 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60937 is #59F6C8. Grayscale: #3D3D3D. Windows color (decimal): -5895881 or 3606950. OLE color: 3606950.
HSL color Cylindrical-coordinate representation of color #A60937: hue angle of 342.42º 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 #A60937 is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 9 | 55 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.35 |
| HSL | 342.42º | 0.9% | 0.34% | - |
| HSV(B) | 342.42º | 0.95% | 0.65% | - |
| XYZ | 16.51 | 8.58 | 4.4 | - |
| YUV | 61.19 | 124.51 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 9 | 55 | 0 | 0.95 | 0.67 | 0.35 | 342.42 | 0.9 | 0.34 |
| Hex | A6 | 9 | 37 | 0 | 5F | 43 | 23 | 156 | 5A | 22 |
| Octal | 246 | 11 | 67 | 0 | 137 | 103 | 43 | 526 | 132 | 42 |
| Binary | 10100110 | 1001 | 110111 | 0 | 1011111 | 1000011 | 100011 | 101010110 | 1011010 | 100010 |
Color Harmonies of #A60937
Complementary color
Monochromatic Colors of #A60937
Black with #A60937
Text Example
Text Example
White with #A60937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60937; }
p { color: rgb(166,9,55); }
H1.HeaderClassName
{
color: #A60937;
}
.AnyTagClassName
{
color: #A60937;
}
</style>
background-color css
<style>
a { background-color: #A60937; }
a { background-color: rgb(166,9,55); }
div.DivClassName
{
background-color: #A60937;
}
.BgClassName
{
background-color: #A60937;
}
</style>
border-color css
<style>
span { border-color: #A60937; }
span { border-color: rgb(166,9,55); }
td.TdClassName
{
border-color: #A60937;
}
.TagClassName
{
border-color: #A60937;
}
</style>