Shades of Carmine #A80833
Tints of Carmine #A80833
RGB
CMYK
RGB Variations
Color information
#A80833 (or 0xA80833) is known color: Carmine. HEX triplet: A8, 08 and 33. RGB value is (168,8,51). Sum of RGB (Red+Green+Blue) = 168+8+51=227 (30% of max value = 765). Red value is 168 (66.02% from 255 or 74.01% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 51 (20.31% from 255 or 22.47% from 227); Max value from RGB is 168 - color contains mainly: red. Hex color #A80833 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80833 is #57F7CC. Grayscale: #3C3C3C. Windows color (decimal): -5765069 or 3344552. OLE color: 3344552.
HSL color Cylindrical-coordinate representation of color #A80833: hue angle of 343.88º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80833 is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 8 | 51 | - |
| CMYK | 0 | 0.95 | 0.70 | 0.34 |
| HSL | 343.88º | 0.91% | 0.35% | - |
| HSV(B) | 343.88º | 0.95% | 0.66% | - |
| XYZ | 16.83 | 8.74 | 3.93 | - |
| YUV | 60.74 | 122.51 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 8 | 51 | 0 | 0.95 | 0.70 | 0.34 | 343.88 | 0.91 | 0.35 |
| Hex | A8 | 8 | 33 | 0 | 5F | 46 | 22 | 158 | 5B | 23 |
| Octal | 250 | 10 | 63 | 0 | 137 | 106 | 42 | 530 | 133 | 43 |
| Binary | 10101000 | 1000 | 110011 | 0 | 1011111 | 1000110 | 100010 | 101011000 | 1011011 | 100011 |
Color Harmonies of #A80833
Complementary color
Monochromatic Colors of #A80833
Black with #A80833
Text Example
Text Example
White with #A80833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80833; }
p { color: rgb(168,8,51); }
H1.HeaderClassName
{
color: #A80833;
}
.AnyTagClassName
{
color: #A80833;
}
</style>
background-color css
<style>
a { background-color: #A80833; }
a { background-color: rgb(168,8,51); }
div.DivClassName
{
background-color: #A80833;
}
.BgClassName
{
background-color: #A80833;
}
</style>
border-color css
<style>
span { border-color: #A80833; }
span { border-color: rgb(168,8,51); }
td.TdClassName
{
border-color: #A80833;
}
.TagClassName
{
border-color: #A80833;
}
</style>