Shades of Carmine #A00330
Tints of Carmine #A00330
RGB
CMYK
RGB Variations
Color information
#A00330 (or 0xA00330) is known color: Carmine. HEX triplet: A0, 03 and 30. RGB value is (160,3,48). Sum of RGB (Red+Green+Blue) = 160+3+48=211 (27% of max value = 765). Red value is 160 (62.89% from 255 or 75.83% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 48 (19.14% from 255 or 22.75% from 211); Max value from RGB is 160 - color contains mainly: red. Hex color #A00330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00330 is #5FFCCF. Grayscale: #373737. Windows color (decimal): -6290640 or 3146656. OLE color: 3146656.
HSL color Cylindrical-coordinate representation of color #A00330: hue angle of 342.8º degrees, saturation: 0.96, 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 #A00330 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 3 | 48 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.37 |
| HSL | 342.8º | 0.96% | 0.32% | - |
| HSV(B) | 342.8º | 0.98% | 0.63% | - |
| XYZ | 15.06 | 7.75 | 3.5 | - |
| YUV | 55.07 | 124.01 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 48 | 0 | 0.98 | 0.70 | 0.37 | 342.8 | 0.96 | 0.32 |
| Hex | A0 | 3 | 30 | 0 | 62 | 46 | 25 | 157 | 60 | 20 |
| Octal | 240 | 3 | 60 | 0 | 142 | 106 | 45 | 527 | 140 | 40 |
| Binary | 10100000 | 11 | 110000 | 0 | 1100010 | 1000110 | 100101 | 101010111 | 1100000 | 100000 |
Color Harmonies of #A00330
Complementary color
Monochromatic Colors of #A00330
Black with #A00330
Text Example
Text Example
White with #A00330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00330; }
p { color: rgb(160,3,48); }
H1.HeaderClassName
{
color: #A00330;
}
.AnyTagClassName
{
color: #A00330;
}
</style>
background-color css
<style>
a { background-color: #A00330; }
a { background-color: rgb(160,3,48); }
div.DivClassName
{
background-color: #A00330;
}
.BgClassName
{
background-color: #A00330;
}
</style>
border-color css
<style>
span { border-color: #A00330; }
span { border-color: rgb(160,3,48); }
td.TdClassName
{
border-color: #A00330;
}
.TagClassName
{
border-color: #A00330;
}
</style>