Shades of Carmine #A90522
Tints of Carmine #A90522
RGB
CMYK
RGB Variations
Color information
#A90522 (or 0xA90522) is known color: Carmine. HEX triplet: A9, 05 and 22. RGB value is (169,5,34). Sum of RGB (Red+Green+Blue) = 169+5+34=208 (27% of max value = 765). Red value is 169 (66.41% from 255 or 81.25% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 34 (13.67% from 255 or 16.35% from 208); Max value from RGB is 169 - color contains mainly: red. Hex color #A90522 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90522 is #56FADD. Grayscale: #393939. Windows color (decimal): -5700318 or 2229673. OLE color: 2229673.
HSL color Cylindrical-coordinate representation of color #A90522: hue angle of 349.39º 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 #A90522 is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 5 | 34 | - |
| CMYK | 0 | 0.97 | 0.80 | 0.34 |
| HSL | 349.39º | 0.94% | 0.34% | - |
| HSV(B) | 349.39º | 0.97% | 0.66% | - |
| XYZ | 16.71 | 8.66 | 2.3 | - |
| YUV | 57.34 | 114.83 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 5 | 34 | 0 | 0.97 | 0.80 | 0.34 | 349.39 | 0.94 | 0.34 |
| Hex | A9 | 5 | 22 | 0 | 61 | 50 | 22 | 15D | 5E | 22 |
| Octal | 251 | 5 | 42 | 0 | 141 | 120 | 42 | 535 | 136 | 42 |
| Binary | 10101001 | 101 | 100010 | 0 | 1100001 | 1010000 | 100010 | 101011101 | 1011110 | 100010 |
Color Harmonies of #A90522
Complementary color
Monochromatic Colors of #A90522
Black with #A90522
Text Example
Text Example
White with #A90522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90522; }
p { color: rgb(169,5,34); }
H1.HeaderClassName
{
color: #A90522;
}
.AnyTagClassName
{
color: #A90522;
}
</style>
background-color css
<style>
a { background-color: #A90522; }
a { background-color: rgb(169,5,34); }
div.DivClassName
{
background-color: #A90522;
}
.BgClassName
{
background-color: #A90522;
}
</style>
border-color css
<style>
span { border-color: #A90522; }
span { border-color: rgb(169,5,34); }
td.TdClassName
{
border-color: #A90522;
}
.TagClassName
{
border-color: #A90522;
}
</style>