Shades of Carmine #A60331
Tints of Carmine #A60331
RGB
CMYK
RGB Variations
Color information
#A60331 (or 0xA60331) is known color: Carmine. HEX triplet: A6, 03 and 31. RGB value is (166,3,49). Sum of RGB (Red+Green+Blue) = 166+3+49=218 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.15% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 166 - color contains mainly: red. Hex color #A60331 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60331 is #59FCCE. Grayscale: #383838. Windows color (decimal): -5897423 or 3212198. OLE color: 3212198.
HSL color Cylindrical-coordinate representation of color #A60331: hue angle of 343.07º 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 #A60331 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 3 | 49 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.35 |
| HSL | 343.07º | 0.96% | 0.33% | - |
| HSV(B) | 343.07º | 0.98% | 0.65% | - |
| XYZ | 16.31 | 8.39 | 3.67 | - |
| YUV | 56.98 | 123.5 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 3 | 49 | 0 | 0.98 | 0.70 | 0.35 | 343.07 | 0.96 | 0.33 |
| Hex | A6 | 3 | 31 | 0 | 62 | 46 | 23 | 157 | 60 | 21 |
| Octal | 246 | 3 | 61 | 0 | 142 | 106 | 43 | 527 | 140 | 41 |
| Binary | 10100110 | 11 | 110001 | 0 | 1100010 | 1000110 | 100011 | 101010111 | 1100000 | 100001 |
Color Harmonies of #A60331
Complementary color
Monochromatic Colors of #A60331
Black with #A60331
Text Example
Text Example
White with #A60331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60331; }
p { color: rgb(166,3,49); }
H1.HeaderClassName
{
color: #A60331;
}
.AnyTagClassName
{
color: #A60331;
}
</style>
background-color css
<style>
a { background-color: #A60331; }
a { background-color: rgb(166,3,49); }
div.DivClassName
{
background-color: #A60331;
}
.BgClassName
{
background-color: #A60331;
}
</style>
border-color css
<style>
span { border-color: #A60331; }
span { border-color: rgb(166,3,49); }
td.TdClassName
{
border-color: #A60331;
}
.TagClassName
{
border-color: #A60331;
}
</style>