Shades of Carmine #A00433
Tints of Carmine #A00433
RGB
CMYK
RGB Variations
Color information
#A00433 (or 0xA00433) is known color: Carmine. HEX triplet: A0, 04 and 33. RGB value is (160,4,51). Sum of RGB (Red+Green+Blue) = 160+4+51=215 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.42% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 51 (20.31% from 255 or 23.72% from 215); Max value from RGB is 160 - color contains mainly: red. Hex color #A00433 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00433 is #5FFBCC. Grayscale: #373737. Windows color (decimal): -6290381 or 3343520. OLE color: 3343520.
HSL color Cylindrical-coordinate representation of color #A00433: hue angle of 341.92º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A00433 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 4 | 51 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.37 |
| HSL | 341.92º | 0.95% | 0.32% | - |
| HSV(B) | 341.92º | 0.98% | 0.63% | - |
| XYZ | 15.14 | 7.8 | 3.84 | - |
| YUV | 56 | 125.18 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 4 | 51 | 0 | 0.98 | 0.68 | 0.37 | 341.92 | 0.95 | 0.32 |
| Hex | A0 | 4 | 33 | 0 | 62 | 44 | 25 | 156 | 5F | 20 |
| Octal | 240 | 4 | 63 | 0 | 142 | 104 | 45 | 526 | 137 | 40 |
| Binary | 10100000 | 100 | 110011 | 0 | 1100010 | 1000100 | 100101 | 101010110 | 1011111 | 100000 |
Color Harmonies of #A00433
Complementary color
Monochromatic Colors of #A00433
Black with #A00433
Text Example
Text Example
White with #A00433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00433; }
p { color: rgb(160,4,51); }
H1.HeaderClassName
{
color: #A00433;
}
.AnyTagClassName
{
color: #A00433;
}
</style>
background-color css
<style>
a { background-color: #A00433; }
a { background-color: rgb(160,4,51); }
div.DivClassName
{
background-color: #A00433;
}
.BgClassName
{
background-color: #A00433;
}
</style>
border-color css
<style>
span { border-color: #A00433; }
span { border-color: rgb(160,4,51); }
td.TdClassName
{
border-color: #A00433;
}
.TagClassName
{
border-color: #A00433;
}
</style>