Shades of Carmine #A80333
Tints of Carmine #A80333
RGB
CMYK
RGB Variations
Color information
#A80333 (or 0xA80333) is known color: Carmine. HEX triplet: A8, 03 and 33. RGB value is (168,3,51). Sum of RGB (Red+Green+Blue) = 168+3+51=222 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75.68% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 51 (20.31% from 255 or 22.97% from 222); Max value from RGB is 168 - color contains mainly: red. Hex color #A80333 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80333 is #57FCCC. Grayscale: #393939. Windows color (decimal): -5766349 or 3343272. OLE color: 3343272.
HSL color Cylindrical-coordinate representation of color #A80333: hue angle of 342.55º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A80333 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 3 | 51 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.34 |
| HSL | 342.55º | 0.96% | 0.34% | - |
| HSV(B) | 342.55º | 0.98% | 0.66% | - |
| XYZ | 16.78 | 8.63 | 3.91 | - |
| YUV | 57.81 | 124.16 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 3 | 51 | 0 | 0.98 | 0.70 | 0.34 | 342.55 | 0.96 | 0.34 |
| Hex | A8 | 3 | 33 | 0 | 62 | 46 | 22 | 157 | 60 | 22 |
| Octal | 250 | 3 | 63 | 0 | 142 | 106 | 42 | 527 | 140 | 42 |
| Binary | 10101000 | 11 | 110011 | 0 | 1100010 | 1000110 | 100010 | 101010111 | 1100000 | 100010 |
Color Harmonies of #A80333
Complementary color
Monochromatic Colors of #A80333
Black with #A80333
Text Example
Text Example
White with #A80333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80333; }
p { color: rgb(168,3,51); }
H1.HeaderClassName
{
color: #A80333;
}
.AnyTagClassName
{
color: #A80333;
}
</style>
background-color css
<style>
a { background-color: #A80333; }
a { background-color: rgb(168,3,51); }
div.DivClassName
{
background-color: #A80333;
}
.BgClassName
{
background-color: #A80333;
}
</style>
border-color css
<style>
span { border-color: #A80333; }
span { border-color: rgb(168,3,51); }
td.TdClassName
{
border-color: #A80333;
}
.TagClassName
{
border-color: #A80333;
}
</style>