Shades of Carmine #A60823
Tints of Carmine #A60823
RGB
CMYK
RGB Variations
Color information
#A60823 (or 0xA60823) is known color: Carmine. HEX triplet: A6, 08 and 23. RGB value is (166,8,35). Sum of RGB (Red+Green+Blue) = 166+8+35=209 (27% of max value = 765). Red value is 166 (65.23% from 255 or 79.43% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 35 (14.06% from 255 or 16.75% from 209); Max value from RGB is 166 - color contains mainly: red. Hex color #A60823 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60823 is #59F7DC. Grayscale: #3A3A3A. Windows color (decimal): -5896157 or 2295974. OLE color: 2295974.
HSL color Cylindrical-coordinate representation of color #A60823: hue angle of 349.75º 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 #A60823 is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 8 | 35 | - |
| CMYK | 0 | 0.95 | 0.79 | 0.35 |
| HSL | 349.75º | 0.91% | 0.34% | - |
| HSV(B) | 349.75º | 0.95% | 0.65% | - |
| XYZ | 16.12 | 8.4 | 2.36 | - |
| YUV | 58.32 | 114.85 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 8 | 35 | 0 | 0.95 | 0.79 | 0.35 | 349.75 | 0.91 | 0.34 |
| Hex | A6 | 8 | 23 | 0 | 5F | 4F | 23 | 15E | 5B | 22 |
| Octal | 246 | 10 | 43 | 0 | 137 | 117 | 43 | 536 | 133 | 42 |
| Binary | 10100110 | 1000 | 100011 | 0 | 1011111 | 1001111 | 100011 | 101011110 | 1011011 | 100010 |
Color Harmonies of #A60823
Complementary color
Monochromatic Colors of #A60823
Black with #A60823
Text Example
Text Example
White with #A60823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60823; }
p { color: rgb(166,8,35); }
H1.HeaderClassName
{
color: #A60823;
}
.AnyTagClassName
{
color: #A60823;
}
</style>
background-color css
<style>
a { background-color: #A60823; }
a { background-color: rgb(166,8,35); }
div.DivClassName
{
background-color: #A60823;
}
.BgClassName
{
background-color: #A60823;
}
</style>
border-color css
<style>
span { border-color: #A60823; }
span { border-color: rgb(166,8,35); }
td.TdClassName
{
border-color: #A60823;
}
.TagClassName
{
border-color: #A60823;
}
</style>