Shades of Carmine #A90028
Tints of Carmine #A90028
RGB
CMYK
RGB Variations
Color information
#A90028 (or 0xA90028) is known color: Carmine. HEX triplet: A9, 00 and 28. RGB value is (169,0,40). Sum of RGB (Red+Green+Blue) = 169+0+40=209 (27% of max value = 765). Red value is 169 (66.41% from 255 or 80.86% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 169 - color contains mainly: red. Hex color #A90028 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90028 is #56FFD7. Grayscale: #373737. Windows color (decimal): -5701592 or 2621609. OLE color: 2621609.
HSL color Cylindrical-coordinate representation of color #A90028: hue angle of 345.8º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A90028 is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 0 | 40 | - |
| CMYK | 0 | 1 | 0.76 | 0.34 |
| HSL | 345.8º | 1% | 0.33% | - |
| HSV(B) | 345.8º | 1% | 0.66% | - |
| XYZ | 16.75 | 8.59 | 2.78 | - |
| YUV | 55.09 | 119.49 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 0 | 40 | 0 | 1 | 0.76 | 0.34 | 345.8 | 1 | 0.33 |
| Hex | A9 | 0 | 28 | 0 | 64 | 4C | 22 | 15A | 64 | 21 |
| Octal | 251 | 0 | 50 | 0 | 144 | 114 | 42 | 532 | 144 | 41 |
| Binary | 10101001 | 0 | 101000 | 0 | 1100100 | 1001100 | 100010 | 101011010 | 1100100 | 100001 |
Color Harmonies of #A90028
Complementary color
Monochromatic Colors of #A90028
Black with #A90028
Text Example
Text Example
White with #A90028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90028; }
p { color: rgb(169,0,40); }
H1.HeaderClassName
{
color: #A90028;
}
.AnyTagClassName
{
color: #A90028;
}
</style>
background-color css
<style>
a { background-color: #A90028; }
a { background-color: rgb(169,0,40); }
div.DivClassName
{
background-color: #A90028;
}
.BgClassName
{
background-color: #A90028;
}
</style>
border-color css
<style>
span { border-color: #A90028; }
span { border-color: rgb(169,0,40); }
td.TdClassName
{
border-color: #A90028;
}
.TagClassName
{
border-color: #A90028;
}
</style>