Shades of Carmine #A60320
Tints of Carmine #A60320
RGB
CMYK
RGB Variations
Color information
#A60320 (or 0xA60320) is known color: Carmine. HEX triplet: A6, 03 and 20. RGB value is (166,3,32). Sum of RGB (Red+Green+Blue) = 166+3+32=201 (26% of max value = 765). Red value is 166 (65.23% from 255 or 82.59% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 166 - color contains mainly: red. Hex color #A60320 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60320 is #59FCDF. Grayscale: #373737. Windows color (decimal): -5897440 or 2098086. OLE color: 2098086.
HSL color Cylindrical-coordinate representation of color #A60320: hue angle of 349.33º 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 #A60320 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 3 | 32 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.35 |
| HSL | 349.33º | 0.96% | 0.33% | - |
| HSV(B) | 349.33º | 0.98% | 0.65% | - |
| XYZ | 16.02 | 8.28 | 2.12 | - |
| YUV | 55.04 | 115 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 3 | 32 | 0 | 0.98 | 0.81 | 0.35 | 349.33 | 0.96 | 0.33 |
| Hex | A6 | 3 | 20 | 0 | 62 | 51 | 23 | 15D | 60 | 21 |
| Octal | 246 | 3 | 40 | 0 | 142 | 121 | 43 | 535 | 140 | 41 |
| Binary | 10100110 | 11 | 100000 | 0 | 1100010 | 1010001 | 100011 | 101011101 | 1100000 | 100001 |
Color Harmonies of #A60320
Complementary color
Monochromatic Colors of #A60320
Black with #A60320
Text Example
Text Example
White with #A60320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60320; }
p { color: rgb(166,3,32); }
H1.HeaderClassName
{
color: #A60320;
}
.AnyTagClassName
{
color: #A60320;
}
</style>
background-color css
<style>
a { background-color: #A60320; }
a { background-color: rgb(166,3,32); }
div.DivClassName
{
background-color: #A60320;
}
.BgClassName
{
background-color: #A60320;
}
</style>
border-color css
<style>
span { border-color: #A60320; }
span { border-color: rgb(166,3,32); }
td.TdClassName
{
border-color: #A60320;
}
.TagClassName
{
border-color: #A60320;
}
</style>