Shades of Carmine #A00028
Tints of Carmine #A00028
RGB
CMYK
RGB Variations
Color information
#A00028 (or 0xA00028) is known color: Carmine. HEX triplet: A0, 00 and 28. RGB value is (160,0,40). Sum of RGB (Red+Green+Blue) = 160+0+40=200 (26% of max value = 765). Red value is 160 (62.89% from 255 or 80% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 40 (16.02% from 255 or 20% from 200); Max value from RGB is 160 - color contains mainly: red. Hex color #A00028 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00028 is #5FFFD7. Grayscale: #343434. Windows color (decimal): -6291416 or 2621600. OLE color: 2621600.
HSL color Cylindrical-coordinate representation of color #A00028: hue angle of 345º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A00028 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 0 | 40 | - |
| CMYK | 0 | 1 | 0.75 | 0.37 |
| HSL | 345º | 1% | 0.31% | - |
| HSV(B) | 345º | 1% | 0.63% | - |
| XYZ | 14.88 | 7.63 | 2.7 | - |
| YUV | 52.4 | 121.01 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 0 | 40 | 0 | 1 | 0.75 | 0.37 | 345 | 1 | 0.31 |
| Hex | A0 | 0 | 28 | 0 | 64 | 4B | 25 | 159 | 64 | 1F |
| Octal | 240 | 0 | 50 | 0 | 144 | 113 | 45 | 531 | 144 | 37 |
| Binary | 10100000 | 0 | 101000 | 0 | 1100100 | 1001011 | 100101 | 101011001 | 1100100 | 11111 |
Color Harmonies of #A00028
Complementary color
Monochromatic Colors of #A00028
Black with #A00028
Text Example
Text Example
White with #A00028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00028; }
p { color: rgb(160,0,40); }
H1.HeaderClassName
{
color: #A00028;
}
.AnyTagClassName
{
color: #A00028;
}
</style>
background-color css
<style>
a { background-color: #A00028; }
a { background-color: rgb(160,0,40); }
div.DivClassName
{
background-color: #A00028;
}
.BgClassName
{
background-color: #A00028;
}
</style>
border-color css
<style>
span { border-color: #A00028; }
span { border-color: rgb(160,0,40); }
td.TdClassName
{
border-color: #A00028;
}
.TagClassName
{
border-color: #A00028;
}
</style>