Shades of Carmine #A60733
Tints of Carmine #A60733
RGB
CMYK
RGB Variations
Color information
#A60733 (or 0xA60733) is known color: Carmine. HEX triplet: A6, 07 and 33. RGB value is (166,7,51). Sum of RGB (Red+Green+Blue) = 166+7+51=224 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.11% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 51 (20.31% from 255 or 22.77% from 224); Max value from RGB is 166 - color contains mainly: red. Hex color #A60733 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60733 is #59F8CC. Grayscale: #3B3B3B. Windows color (decimal): -5896397 or 3344294. OLE color: 3344294.
HSL color Cylindrical-coordinate representation of color #A60733: hue angle of 343.4º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A60733 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 7 | 51 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.35 |
| HSL | 343.4º | 0.92% | 0.34% | - |
| HSV(B) | 343.4º | 0.96% | 0.65% | - |
| XYZ | 16.4 | 8.5 | 3.91 | - |
| YUV | 59.56 | 123.18 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 7 | 51 | 0 | 0.96 | 0.69 | 0.35 | 343.4 | 0.92 | 0.34 |
| Hex | A6 | 7 | 33 | 0 | 60 | 45 | 23 | 157 | 5C | 22 |
| Octal | 246 | 7 | 63 | 0 | 140 | 105 | 43 | 527 | 134 | 42 |
| Binary | 10100110 | 111 | 110011 | 0 | 1100000 | 1000101 | 100011 | 101010111 | 1011100 | 100010 |
Color Harmonies of #A60733
Complementary color
Monochromatic Colors of #A60733
Black with #A60733
Text Example
Text Example
White with #A60733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60733; }
p { color: rgb(166,7,51); }
H1.HeaderClassName
{
color: #A60733;
}
.AnyTagClassName
{
color: #A60733;
}
</style>
background-color css
<style>
a { background-color: #A60733; }
a { background-color: rgb(166,7,51); }
div.DivClassName
{
background-color: #A60733;
}
.BgClassName
{
background-color: #A60733;
}
</style>
border-color css
<style>
span { border-color: #A60733; }
span { border-color: rgb(166,7,51); }
td.TdClassName
{
border-color: #A60733;
}
.TagClassName
{
border-color: #A60733;
}
</style>