Shades of Carmine #A60124
Tints of Carmine #A60124
RGB
CMYK
RGB Variations
Color information
#A60124 (or 0xA60124) is known color: Carmine. HEX triplet: A6, 01 and 24. RGB value is (166,1,36). Sum of RGB (Red+Green+Blue) = 166+1+36=203 (26% of max value = 765). Red value is 166 (65.23% from 255 or 81.77% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 36 (14.45% from 255 or 17.73% from 203); Max value from RGB is 166 - color contains mainly: red. Hex color #A60124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60124 is #59FEDB. Grayscale: #363636. Windows color (decimal): -5897948 or 2359718. OLE color: 2359718.
HSL color Cylindrical-coordinate representation of color #A60124: hue angle of 347.27º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A60124 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 1 | 36 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.35 |
| HSL | 347.27º | 0.99% | 0.33% | - |
| HSV(B) | 347.27º | 0.99% | 0.65% | - |
| XYZ | 16.06 | 8.26 | 2.42 | - |
| YUV | 54.33 | 117.66 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 1 | 36 | 0 | 0.99 | 0.78 | 0.35 | 347.27 | 0.99 | 0.33 |
| Hex | A6 | 1 | 24 | 0 | 63 | 4E | 23 | 15B | 63 | 21 |
| Octal | 246 | 1 | 44 | 0 | 143 | 116 | 43 | 533 | 143 | 41 |
| Binary | 10100110 | 1 | 100100 | 0 | 1100011 | 1001110 | 100011 | 101011011 | 1100011 | 100001 |
Color Harmonies of #A60124
Complementary color
Monochromatic Colors of #A60124
Black with #A60124
Text Example
Text Example
White with #A60124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60124; }
p { color: rgb(166,1,36); }
H1.HeaderClassName
{
color: #A60124;
}
.AnyTagClassName
{
color: #A60124;
}
</style>
background-color css
<style>
a { background-color: #A60124; }
a { background-color: rgb(166,1,36); }
div.DivClassName
{
background-color: #A60124;
}
.BgClassName
{
background-color: #A60124;
}
</style>
border-color css
<style>
span { border-color: #A60124; }
span { border-color: rgb(166,1,36); }
td.TdClassName
{
border-color: #A60124;
}
.TagClassName
{
border-color: #A60124;
}
</style>