Shades of Carmine #A90020
Tints of Carmine #A90020
RGB
CMYK
RGB Variations
Color information
#A90020 (or 0xA90020) is known color: Carmine. HEX triplet: A9, 00 and 20. RGB value is (169,0,32). Sum of RGB (Red+Green+Blue) = 169+0+32=201 (26% of max value = 765). Red value is 169 (66.41% from 255 or 84.08% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 169 - color contains mainly: red. Hex color #A90020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90020 is #56FFDF. Grayscale: #363636. Windows color (decimal): -5701600 or 2097321. OLE color: 2097321.
HSL color Cylindrical-coordinate representation of color #A90020: hue angle of 348.64º 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 #A90020 is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 0 | 32 | - |
| CMYK | 0 | 1 | 0.81 | 0.34 |
| HSL | 348.64º | 1% | 0.33% | - |
| HSV(B) | 348.64º | 1% | 0.66% | - |
| XYZ | 16.62 | 8.54 | 2.14 | - |
| YUV | 54.18 | 115.49 | 209.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 0 | 32 | 0 | 1 | 0.81 | 0.34 | 348.64 | 1 | 0.33 |
| Hex | A9 | 0 | 20 | 0 | 64 | 51 | 22 | 15D | 64 | 21 |
| Octal | 251 | 0 | 40 | 0 | 144 | 121 | 42 | 535 | 144 | 41 |
| Binary | 10101001 | 0 | 100000 | 0 | 1100100 | 1010001 | 100010 | 101011101 | 1100100 | 100001 |
Color Harmonies of #A90020
Complementary color
Monochromatic Colors of #A90020
Black with #A90020
Text Example
Text Example
White with #A90020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90020; }
p { color: rgb(169,0,32); }
H1.HeaderClassName
{
color: #A90020;
}
.AnyTagClassName
{
color: #A90020;
}
</style>
background-color css
<style>
a { background-color: #A90020; }
a { background-color: rgb(169,0,32); }
div.DivClassName
{
background-color: #A90020;
}
.BgClassName
{
background-color: #A90020;
}
</style>
border-color css
<style>
span { border-color: #A90020; }
span { border-color: rgb(169,0,32); }
td.TdClassName
{
border-color: #A90020;
}
.TagClassName
{
border-color: #A90020;
}
</style>