Shades of Carmine #A90532
Tints of Carmine #A90532
RGB
CMYK
RGB Variations
Color information
#A90532 (or 0xA90532) is known color: Carmine. HEX triplet: A9, 05 and 32. RGB value is (169,5,50). Sum of RGB (Red+Green+Blue) = 169+5+50=224 (29% of max value = 765). Red value is 169 (66.41% from 255 or 75.45% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 169 - color contains mainly: red. Hex color #A90532 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90532 is #56FACD. Grayscale: #3B3B3B. Windows color (decimal): -5700302 or 3278249. OLE color: 3278249.
HSL color Cylindrical-coordinate representation of color #A90532: hue angle of 343.54º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A90532 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 5 | 50 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.34 |
| HSL | 343.54º | 0.94% | 0.34% | - |
| HSV(B) | 343.54º | 0.97% | 0.66% | - |
| XYZ | 16.99 | 8.77 | 3.82 | - |
| YUV | 59.17 | 122.83 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 5 | 50 | 0 | 0.97 | 0.70 | 0.34 | 343.54 | 0.94 | 0.34 |
| Hex | A9 | 5 | 32 | 0 | 61 | 46 | 22 | 158 | 5E | 22 |
| Octal | 251 | 5 | 62 | 0 | 141 | 106 | 42 | 530 | 136 | 42 |
| Binary | 10101001 | 101 | 110010 | 0 | 1100001 | 1000110 | 100010 | 101011000 | 1011110 | 100010 |
Color Harmonies of #A90532
Complementary color
Monochromatic Colors of #A90532
Black with #A90532
Text Example
Text Example
White with #A90532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90532; }
p { color: rgb(169,5,50); }
H1.HeaderClassName
{
color: #A90532;
}
.AnyTagClassName
{
color: #A90532;
}
</style>
background-color css
<style>
a { background-color: #A90532; }
a { background-color: rgb(169,5,50); }
div.DivClassName
{
background-color: #A90532;
}
.BgClassName
{
background-color: #A90532;
}
</style>
border-color css
<style>
span { border-color: #A90532; }
span { border-color: rgb(169,5,50); }
td.TdClassName
{
border-color: #A90532;
}
.TagClassName
{
border-color: #A90532;
}
</style>