Shades of Carmine #A00328
Tints of Carmine #A00328
RGB
CMYK
RGB Variations
Color information
#A00328 (or 0xA00328) is known color: Carmine. HEX triplet: A0, 03 and 28. RGB value is (160,3,40). Sum of RGB (Red+Green+Blue) = 160+3+40=203 (26% of max value = 765). Red value is 160 (62.89% from 255 or 78.82% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 40 (16.02% from 255 or 19.70% from 203); Max value from RGB is 160 - color contains mainly: red. Hex color #A00328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00328 is #5FFCD7. Grayscale: #363636. Windows color (decimal): -6290648 or 2622368. OLE color: 2622368.
HSL color Cylindrical-coordinate representation of color #A00328: hue angle of 345.86º 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 #A00328 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 3 | 40 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.37 |
| HSL | 345.86º | 0.96% | 0.32% | - |
| HSV(B) | 345.86º | 0.98% | 0.63% | - |
| XYZ | 14.91 | 7.69 | 2.71 | - |
| YUV | 54.16 | 120.01 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 40 | 0 | 0.98 | 0.75 | 0.37 | 345.86 | 0.96 | 0.32 |
| Hex | A0 | 3 | 28 | 0 | 62 | 4B | 25 | 15A | 60 | 20 |
| Octal | 240 | 3 | 50 | 0 | 142 | 113 | 45 | 532 | 140 | 40 |
| Binary | 10100000 | 11 | 101000 | 0 | 1100010 | 1001011 | 100101 | 101011010 | 1100000 | 100000 |
Color Harmonies of #A00328
Complementary color
Monochromatic Colors of #A00328
Black with #A00328
Text Example
Text Example
White with #A00328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00328; }
p { color: rgb(160,3,40); }
H1.HeaderClassName
{
color: #A00328;
}
.AnyTagClassName
{
color: #A00328;
}
</style>
background-color css
<style>
a { background-color: #A00328; }
a { background-color: rgb(160,3,40); }
div.DivClassName
{
background-color: #A00328;
}
.BgClassName
{
background-color: #A00328;
}
</style>
border-color css
<style>
span { border-color: #A00328; }
span { border-color: rgb(160,3,40); }
td.TdClassName
{
border-color: #A00328;
}
.TagClassName
{
border-color: #A00328;
}
</style>