Shades of Carmine #A90533
Tints of Carmine #A90533
RGB
CMYK
RGB Variations
Color information
#A90533 (or 0xA90533) is known color: Carmine. HEX triplet: A9, 05 and 33. RGB value is (169,5,51). Sum of RGB (Red+Green+Blue) = 169+5+51=225 (29% of max value = 765). Red value is 169 (66.41% from 255 or 75.11% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 51 (20.31% from 255 or 22.67% from 225); Max value from RGB is 169 - color contains mainly: red. Hex color #A90533 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90533 is #56FACC. Grayscale: #3B3B3B. Windows color (decimal): -5700301 or 3343785. OLE color: 3343785.
HSL color Cylindrical-coordinate representation of color #A90533: hue angle of 343.17º 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 #A90533 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 5 | 51 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.34 |
| HSL | 343.17º | 0.94% | 0.34% | - |
| HSV(B) | 343.17º | 0.97% | 0.66% | - |
| XYZ | 17.01 | 8.78 | 3.93 | - |
| YUV | 59.28 | 123.33 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 5 | 51 | 0 | 0.97 | 0.70 | 0.34 | 343.17 | 0.94 | 0.34 |
| Hex | A9 | 5 | 33 | 0 | 61 | 46 | 22 | 157 | 5E | 22 |
| Octal | 251 | 5 | 63 | 0 | 141 | 106 | 42 | 527 | 136 | 42 |
| Binary | 10101001 | 101 | 110011 | 0 | 1100001 | 1000110 | 100010 | 101010111 | 1011110 | 100010 |
Color Harmonies of #A90533
Complementary color
Monochromatic Colors of #A90533
Black with #A90533
Text Example
Text Example
White with #A90533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90533; }
p { color: rgb(169,5,51); }
H1.HeaderClassName
{
color: #A90533;
}
.AnyTagClassName
{
color: #A90533;
}
</style>
background-color css
<style>
a { background-color: #A90533; }
a { background-color: rgb(169,5,51); }
div.DivClassName
{
background-color: #A90533;
}
.BgClassName
{
background-color: #A90533;
}
</style>
border-color css
<style>
span { border-color: #A90533; }
span { border-color: rgb(169,5,51); }
td.TdClassName
{
border-color: #A90533;
}
.TagClassName
{
border-color: #A90533;
}
</style>