Shades of Carmine #A01028
Tints of Carmine #A01028
RGB
CMYK
RGB Variations
Color information
#A01028 (or 0xA01028) is known color: Carmine. HEX triplet: A0, 10 and 28. RGB value is (160,16,40). Sum of RGB (Red+Green+Blue) = 160+16+40=216 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.07% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 160 - color contains mainly: red. Hex color #A01028 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01028 is #5FEFD7. Grayscale: #3D3D3D. Windows color (decimal): -6287320 or 2625696. OLE color: 2625696.
HSL color Cylindrical-coordinate representation of color #A01028: hue angle of 350º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A01028 is Cyan = 0, Magento = 0.9, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 16 | 40 | - |
| CMYK | 0 | 0.9 | 0.75 | 0.37 |
| HSL | 350º | 0.82% | 0.35% | - |
| HSV(B) | 350º | 0.9% | 0.63% | - |
| XYZ | 15.07 | 8 | 2.76 | - |
| YUV | 61.79 | 115.71 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 16 | 40 | 0 | 0.9 | 0.75 | 0.37 | 350 | 0.82 | 0.35 |
| Hex | A0 | 10 | 28 | 0 | 5A | 4B | 25 | 15E | 52 | 23 |
| Octal | 240 | 20 | 50 | 0 | 132 | 113 | 45 | 536 | 122 | 43 |
| Binary | 10100000 | 10000 | 101000 | 0 | 1011010 | 1001011 | 100101 | 101011110 | 1010010 | 100011 |
Color Harmonies of #A01028
Complementary color
Monochromatic Colors of #A01028
Black with #A01028
Text Example
Text Example
White with #A01028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01028; }
p { color: rgb(160,16,40); }
H1.HeaderClassName
{
color: #A01028;
}
.AnyTagClassName
{
color: #A01028;
}
</style>
background-color css
<style>
a { background-color: #A01028; }
a { background-color: rgb(160,16,40); }
div.DivClassName
{
background-color: #A01028;
}
.BgClassName
{
background-color: #A01028;
}
</style>
border-color css
<style>
span { border-color: #A01028; }
span { border-color: rgb(160,16,40); }
td.TdClassName
{
border-color: #A01028;
}
.TagClassName
{
border-color: #A01028;
}
</style>