Shades of Carmine #A60A33
Tints of Carmine #A60A33
RGB
CMYK
RGB Variations
Color information
#A60A33 (or 0xA60A33) is known color: Carmine. HEX triplet: A6, 0A and 33. RGB value is (166,10,51). Sum of RGB (Red+Green+Blue) = 166+10+51=227 (30% of max value = 765). Red value is 166 (65.23% from 255 or 73.13% from 227); Green value is 10 (4.30% from 255 or 4.41% from 227); Blue value is 51 (20.31% from 255 or 22.47% from 227); Max value from RGB is 166 - color contains mainly: red. Hex color #A60A33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60A33 is #59F5CC. Grayscale: #3D3D3D. Windows color (decimal): -5895629 or 3345062. OLE color: 3345062.
HSL color Cylindrical-coordinate representation of color #A60A33: hue angle of 344.23º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60A33 is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 10 | 51 | - |
| CMYK | 0 | 0.94 | 0.69 | 0.35 |
| HSL | 344.23º | 0.89% | 0.35% | - |
| HSV(B) | 344.23º | 0.94% | 0.65% | - |
| XYZ | 16.43 | 8.56 | 3.92 | - |
| YUV | 61.32 | 122.18 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 10 | 51 | 0 | 0.94 | 0.69 | 0.35 | 344.23 | 0.89 | 0.35 |
| Hex | A6 | A | 33 | 0 | 5E | 45 | 23 | 158 | 59 | 23 |
| Octal | 246 | 12 | 63 | 0 | 136 | 105 | 43 | 530 | 131 | 43 |
| Binary | 10100110 | 1010 | 110011 | 0 | 1011110 | 1000101 | 100011 | 101011000 | 1011001 | 100011 |
Color Harmonies of #A60A33
Complementary color
Monochromatic Colors of #A60A33
Black with #A60A33
Text Example
Text Example
White with #A60A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60A33; }
p { color: rgb(166,10,51); }
H1.HeaderClassName
{
color: #A60A33;
}
.AnyTagClassName
{
color: #A60A33;
}
</style>
background-color css
<style>
a { background-color: #A60A33; }
a { background-color: rgb(166,10,51); }
div.DivClassName
{
background-color: #A60A33;
}
.BgClassName
{
background-color: #A60A33;
}
</style>
border-color css
<style>
span { border-color: #A60A33; }
span { border-color: rgb(166,10,51); }
td.TdClassName
{
border-color: #A60A33;
}
.TagClassName
{
border-color: #A60A33;
}
</style>