Shades of Carmine #A00533
Tints of Carmine #A00533
RGB
CMYK
RGB Variations
Color information
#A00533 (or 0xA00533) is known color: Carmine. HEX triplet: A0, 05 and 33. RGB value is (160,5,51). Sum of RGB (Red+Green+Blue) = 160+5+51=216 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.07% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 51 (20.31% from 255 or 23.61% from 216); Max value from RGB is 160 - color contains mainly: red. Hex color #A00533 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00533 is #5FFACC. Grayscale: #383838. Windows color (decimal): -6290125 or 3343776. OLE color: 3343776.
HSL color Cylindrical-coordinate representation of color #A00533: hue angle of 342.19º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A00533 is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 5 | 51 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.37 |
| HSL | 342.19º | 0.94% | 0.32% | - |
| HSV(B) | 342.19º | 0.97% | 0.63% | - |
| XYZ | 15.15 | 7.82 | 3.84 | - |
| YUV | 56.59 | 124.85 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 51 | 0 | 0.97 | 0.68 | 0.37 | 342.19 | 0.94 | 0.32 |
| Hex | A0 | 5 | 33 | 0 | 61 | 44 | 25 | 156 | 5E | 20 |
| Octal | 240 | 5 | 63 | 0 | 141 | 104 | 45 | 526 | 136 | 40 |
| Binary | 10100000 | 101 | 110011 | 0 | 1100001 | 1000100 | 100101 | 101010110 | 1011110 | 100000 |
Color Harmonies of #A00533
Complementary color
Monochromatic Colors of #A00533
Black with #A00533
Text Example
Text Example
White with #A00533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00533; }
p { color: rgb(160,5,51); }
H1.HeaderClassName
{
color: #A00533;
}
.AnyTagClassName
{
color: #A00533;
}
</style>
background-color css
<style>
a { background-color: #A00533; }
a { background-color: rgb(160,5,51); }
div.DivClassName
{
background-color: #A00533;
}
.BgClassName
{
background-color: #A00533;
}
</style>
border-color css
<style>
span { border-color: #A00533; }
span { border-color: rgb(160,5,51); }
td.TdClassName
{
border-color: #A00533;
}
.TagClassName
{
border-color: #A00533;
}
</style>