Shades of Carmine #A60830
Tints of Carmine #A60830
RGB
CMYK
RGB Variations
Color information
#A60830 (or 0xA60830) is known color: Carmine. HEX triplet: A6, 08 and 30. RGB value is (166,8,48). Sum of RGB (Red+Green+Blue) = 166+8+48=222 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.77% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 48 (19.14% from 255 or 21.62% from 222); Max value from RGB is 166 - color contains mainly: red. Hex color #A60830 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60830 is #59F7CF. Grayscale: #3B3B3B. Windows color (decimal): -5896144 or 3147942. OLE color: 3147942.
HSL color Cylindrical-coordinate representation of color #A60830: hue angle of 344.81º 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 #A60830 is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 8 | 48 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.35 |
| HSL | 344.81º | 0.91% | 0.34% | - |
| HSV(B) | 344.81º | 0.95% | 0.65% | - |
| XYZ | 16.35 | 8.49 | 3.57 | - |
| YUV | 59.8 | 121.35 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 8 | 48 | 0 | 0.95 | 0.71 | 0.35 | 344.81 | 0.91 | 0.34 |
| Hex | A6 | 8 | 30 | 0 | 5F | 47 | 23 | 159 | 5B | 22 |
| Octal | 246 | 10 | 60 | 0 | 137 | 107 | 43 | 531 | 133 | 42 |
| Binary | 10100110 | 1000 | 110000 | 0 | 1011111 | 1000111 | 100011 | 101011001 | 1011011 | 100010 |
Color Harmonies of #A60830
Complementary color
Monochromatic Colors of #A60830
Black with #A60830
Text Example
Text Example
White with #A60830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60830; }
p { color: rgb(166,8,48); }
H1.HeaderClassName
{
color: #A60830;
}
.AnyTagClassName
{
color: #A60830;
}
</style>
background-color css
<style>
a { background-color: #A60830; }
a { background-color: rgb(166,8,48); }
div.DivClassName
{
background-color: #A60830;
}
.BgClassName
{
background-color: #A60830;
}
</style>
border-color css
<style>
span { border-color: #A60830; }
span { border-color: rgb(166,8,48); }
td.TdClassName
{
border-color: #A60830;
}
.TagClassName
{
border-color: #A60830;
}
</style>