Shades of Carmine #A90530
Tints of Carmine #A90530
RGB
CMYK
RGB Variations
Color information
#A90530 (or 0xA90530) is known color: Carmine. HEX triplet: A9, 05 and 30. RGB value is (169,5,48). Sum of RGB (Red+Green+Blue) = 169+5+48=222 (29% of max value = 765). Red value is 169 (66.41% from 255 or 76.13% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 48 (19.14% from 255 or 21.62% from 222); Max value from RGB is 169 - color contains mainly: red. Hex color #A90530 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90530 is #56FACF. Grayscale: #3A3A3A. Windows color (decimal): -5700304 or 3147177. OLE color: 3147177.
HSL color Cylindrical-coordinate representation of color #A90530: hue angle of 344.27º 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 #A90530 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 5 | 48 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.34 |
| HSL | 344.27º | 0.94% | 0.34% | - |
| HSV(B) | 344.27º | 0.97% | 0.66% | - |
| XYZ | 16.95 | 8.76 | 3.59 | - |
| YUV | 58.94 | 121.83 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 5 | 48 | 0 | 0.97 | 0.72 | 0.34 | 344.27 | 0.94 | 0.34 |
| Hex | A9 | 5 | 30 | 0 | 61 | 48 | 22 | 158 | 5E | 22 |
| Octal | 251 | 5 | 60 | 0 | 141 | 110 | 42 | 530 | 136 | 42 |
| Binary | 10101001 | 101 | 110000 | 0 | 1100001 | 1001000 | 100010 | 101011000 | 1011110 | 100010 |
Color Harmonies of #A90530
Complementary color
Monochromatic Colors of #A90530
Black with #A90530
Text Example
Text Example
White with #A90530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90530; }
p { color: rgb(169,5,48); }
H1.HeaderClassName
{
color: #A90530;
}
.AnyTagClassName
{
color: #A90530;
}
</style>
background-color css
<style>
a { background-color: #A90530; }
a { background-color: rgb(169,5,48); }
div.DivClassName
{
background-color: #A90530;
}
.BgClassName
{
background-color: #A90530;
}
</style>
border-color css
<style>
span { border-color: #A90530; }
span { border-color: rgb(169,5,48); }
td.TdClassName
{
border-color: #A90530;
}
.TagClassName
{
border-color: #A90530;
}
</style>