Shades of Carmine #A00833
Tints of Carmine #A00833
RGB
CMYK
RGB Variations
Color information
#A00833 (or 0xA00833) is known color: Carmine. HEX triplet: A0, 08 and 33. RGB value is (160,8,51). Sum of RGB (Red+Green+Blue) = 160+8+51=219 (29% of max value = 765). Red value is 160 (62.89% from 255 or 73.06% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 51 (20.31% from 255 or 23.29% from 219); Max value from RGB is 160 - color contains mainly: red. Hex color #A00833 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00833 is #5FF7CC. Grayscale: #3A3A3A. Windows color (decimal): -6289357 or 3344544. OLE color: 3344544.
HSL color Cylindrical-coordinate representation of color #A00833: hue angle of 343.03º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00833 is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 8 | 51 | - |
| CMYK | 0 | 0.95 | 0.68 | 0.37 |
| HSL | 343.03º | 0.9% | 0.33% | - |
| HSV(B) | 343.03º | 0.95% | 0.63% | - |
| XYZ | 15.18 | 7.89 | 3.85 | - |
| YUV | 58.35 | 123.86 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 8 | 51 | 0 | 0.95 | 0.68 | 0.37 | 343.03 | 0.9 | 0.33 |
| Hex | A0 | 8 | 33 | 0 | 5F | 44 | 25 | 157 | 5A | 21 |
| Octal | 240 | 10 | 63 | 0 | 137 | 104 | 45 | 527 | 132 | 41 |
| Binary | 10100000 | 1000 | 110011 | 0 | 1011111 | 1000100 | 100101 | 101010111 | 1011010 | 100001 |
Color Harmonies of #A00833
Complementary color
Monochromatic Colors of #A00833
Black with #A00833
Text Example
Text Example
White with #A00833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00833; }
p { color: rgb(160,8,51); }
H1.HeaderClassName
{
color: #A00833;
}
.AnyTagClassName
{
color: #A00833;
}
</style>
background-color css
<style>
a { background-color: #A00833; }
a { background-color: rgb(160,8,51); }
div.DivClassName
{
background-color: #A00833;
}
.BgClassName
{
background-color: #A00833;
}
</style>
border-color css
<style>
span { border-color: #A00833; }
span { border-color: rgb(160,8,51); }
td.TdClassName
{
border-color: #A00833;
}
.TagClassName
{
border-color: #A00833;
}
</style>