Shades of Carmine #A00612
Tints of Carmine #A00612
RGB
CMYK
RGB Variations
Color information
#A00612 (or 0xA00612) is known color: Carmine. HEX triplet: A0, 06 and 12. RGB value is (160,6,18). Sum of RGB (Red+Green+Blue) = 160+6+18=184 (24% of max value = 765). Red value is 160 (62.89% from 255 or 86.96% from 184); Green value is 6 (2.73% from 255 or 3.26% from 184); Blue value is 18 (7.42% from 255 or 9.78% from 184); Max value from RGB is 160 - color contains mainly: red. Hex color #A00612 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00612 is #5FF9ED. Grayscale: #353535. Windows color (decimal): -6289902 or 1181344. OLE color: 1181344.
HSL color Cylindrical-coordinate representation of color #A00612: hue angle of 355.32º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A00612 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 6 | 18 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.37 |
| HSL | 355.32º | 0.93% | 0.33% | - |
| HSV(B) | 355.32º | 0.96% | 0.63% | - |
| XYZ | 14.67 | 7.65 | 1.28 | - |
| YUV | 53.41 | 108.02 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 18 | 0 | 0.96 | 0.89 | 0.37 | 355.32 | 0.93 | 0.33 |
| Hex | A0 | 6 | 12 | 0 | 60 | 59 | 25 | 163 | 5D | 21 |
| Octal | 240 | 6 | 22 | 0 | 140 | 131 | 45 | 543 | 135 | 41 |
| Binary | 10100000 | 110 | 10010 | 0 | 1100000 | 1011001 | 100101 | 101100011 | 1011101 | 100001 |
Color Harmonies of #A00612
Complementary color
Monochromatic Colors of #A00612
Black with #A00612
Text Example
Text Example
White with #A00612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00612; }
p { color: rgb(160,6,18); }
H1.HeaderClassName
{
color: #A00612;
}
.AnyTagClassName
{
color: #A00612;
}
</style>
background-color css
<style>
a { background-color: #A00612; }
a { background-color: rgb(160,6,18); }
div.DivClassName
{
background-color: #A00612;
}
.BgClassName
{
background-color: #A00612;
}
</style>
border-color css
<style>
span { border-color: #A00612; }
span { border-color: rgb(160,6,18); }
td.TdClassName
{
border-color: #A00612;
}
.TagClassName
{
border-color: #A00612;
}
</style>