Shades of Carmine #A60227
Tints of Carmine #A60227
RGB
CMYK
RGB Variations
Color information
#A60227 (or 0xA60227) is known color: Carmine. HEX triplet: A6, 02 and 27. RGB value is (166,2,39). Sum of RGB (Red+Green+Blue) = 166+2+39=207 (27% of max value = 765). Red value is 166 (65.23% from 255 or 80.19% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 39 (15.62% from 255 or 18.84% from 207); Max value from RGB is 166 - color contains mainly: red. Hex color #A60227 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60227 is #59FDD8. Grayscale: #373737. Windows color (decimal): -5897689 or 2556582. OLE color: 2556582.
HSL color Cylindrical-coordinate representation of color #A60227: hue angle of 346.46º degrees, saturation: 0.98, 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 #A60227 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 2 | 39 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.35 |
| HSL | 346.46º | 0.98% | 0.33% | - |
| HSV(B) | 346.46º | 0.99% | 0.65% | - |
| XYZ | 16.11 | 8.3 | 2.67 | - |
| YUV | 55.25 | 118.83 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 2 | 39 | 0 | 0.99 | 0.77 | 0.35 | 346.46 | 0.98 | 0.33 |
| Hex | A6 | 2 | 27 | 0 | 63 | 4D | 23 | 15A | 62 | 21 |
| Octal | 246 | 2 | 47 | 0 | 143 | 115 | 43 | 532 | 142 | 41 |
| Binary | 10100110 | 10 | 100111 | 0 | 1100011 | 1001101 | 100011 | 101011010 | 1100010 | 100001 |
Color Harmonies of #A60227
Complementary color
Monochromatic Colors of #A60227
Black with #A60227
Text Example
Text Example
White with #A60227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60227; }
p { color: rgb(166,2,39); }
H1.HeaderClassName
{
color: #A60227;
}
.AnyTagClassName
{
color: #A60227;
}
</style>
background-color css
<style>
a { background-color: #A60227; }
a { background-color: rgb(166,2,39); }
div.DivClassName
{
background-color: #A60227;
}
.BgClassName
{
background-color: #A60227;
}
</style>
border-color css
<style>
span { border-color: #A60227; }
span { border-color: rgb(166,2,39); }
td.TdClassName
{
border-color: #A60227;
}
.TagClassName
{
border-color: #A60227;
}
</style>