Shades of Carmine #A60337
Tints of Carmine #A60337
RGB
CMYK
RGB Variations
Color information
#A60337 (or 0xA60337) is known color: Carmine. HEX triplet: A6, 03 and 37. RGB value is (166,3,55). Sum of RGB (Red+Green+Blue) = 166+3+55=224 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.11% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 55 (21.88% from 255 or 24.55% from 224); Max value from RGB is 166 - color contains mainly: red. Hex color #A60337 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60337 is #59FCC8. Grayscale: #393939. Windows color (decimal): -5897417 or 3605414. OLE color: 3605414.
HSL color Cylindrical-coordinate representation of color #A60337: hue angle of 340.86º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A60337 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 3 | 55 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.35 |
| HSL | 340.86º | 0.96% | 0.33% | - |
| HSV(B) | 340.86º | 0.98% | 0.65% | - |
| XYZ | 16.45 | 8.45 | 4.38 | - |
| YUV | 57.67 | 126.5 | 205.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 3 | 55 | 0 | 0.98 | 0.67 | 0.35 | 340.86 | 0.96 | 0.33 |
| Hex | A6 | 3 | 37 | 0 | 62 | 43 | 23 | 155 | 60 | 21 |
| Octal | 246 | 3 | 67 | 0 | 142 | 103 | 43 | 525 | 140 | 41 |
| Binary | 10100110 | 11 | 110111 | 0 | 1100010 | 1000011 | 100011 | 101010101 | 1100000 | 100001 |
Color Harmonies of #A60337
Complementary color
Monochromatic Colors of #A60337
Black with #A60337
Text Example
Text Example
White with #A60337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60337; }
p { color: rgb(166,3,55); }
H1.HeaderClassName
{
color: #A60337;
}
.AnyTagClassName
{
color: #A60337;
}
</style>
background-color css
<style>
a { background-color: #A60337; }
a { background-color: rgb(166,3,55); }
div.DivClassName
{
background-color: #A60337;
}
.BgClassName
{
background-color: #A60337;
}
</style>
border-color css
<style>
span { border-color: #A60337; }
span { border-color: rgb(166,3,55); }
td.TdClassName
{
border-color: #A60337;
}
.TagClassName
{
border-color: #A60337;
}
</style>