Shades of Carmine #A60814
Tints of Carmine #A60814
RGB
CMYK
RGB Variations
Color information
#A60814 (or 0xA60814) is known color: Carmine. HEX triplet: A6, 08 and 14. RGB value is (166,8,20). Sum of RGB (Red+Green+Blue) = 166+8+20=194 (25% of max value = 765). Red value is 166 (65.23% from 255 or 85.57% from 194); Green value is 8 (3.52% from 255 or 4.12% from 194); Blue value is 20 (8.20% from 255 or 10.31% from 194); Max value from RGB is 166 - color contains mainly: red. Hex color #A60814 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60814 is #59F7EB. Grayscale: #383838. Windows color (decimal): -5896172 or 1312934. OLE color: 1312934.
HSL color Cylindrical-coordinate representation of color #A60814: hue angle of 355.44º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60814 is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 8 | 20 | - |
| CMYK | 0 | 0.95 | 0.88 | 0.35 |
| HSL | 355.44º | 0.91% | 0.34% | - |
| HSV(B) | 355.44º | 0.95% | 0.65% | - |
| XYZ | 15.94 | 8.33 | 1.43 | - |
| YUV | 56.61 | 107.35 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 8 | 20 | 0 | 0.95 | 0.88 | 0.35 | 355.44 | 0.91 | 0.34 |
| Hex | A6 | 8 | 14 | 0 | 5F | 58 | 23 | 163 | 5B | 22 |
| Octal | 246 | 10 | 24 | 0 | 137 | 130 | 43 | 543 | 133 | 42 |
| Binary | 10100110 | 1000 | 10100 | 0 | 1011111 | 1011000 | 100011 | 101100011 | 1011011 | 100010 |
Color Harmonies of #A60814
Complementary color
Monochromatic Colors of #A60814
Black with #A60814
Text Example
Text Example
White with #A60814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60814; }
p { color: rgb(166,8,20); }
H1.HeaderClassName
{
color: #A60814;
}
.AnyTagClassName
{
color: #A60814;
}
</style>
background-color css
<style>
a { background-color: #A60814; }
a { background-color: rgb(166,8,20); }
div.DivClassName
{
background-color: #A60814;
}
.BgClassName
{
background-color: #A60814;
}
</style>
border-color css
<style>
span { border-color: #A60814; }
span { border-color: rgb(166,8,20); }
td.TdClassName
{
border-color: #A60814;
}
.TagClassName
{
border-color: #A60814;
}
</style>