Shades of Carmine #A90337
Tints of Carmine #A90337
RGB
CMYK
RGB Variations
Color information
#A90337 (or 0xA90337) is known color: Carmine. HEX triplet: A9, 03 and 37. RGB value is (169,3,55). Sum of RGB (Red+Green+Blue) = 169+3+55=227 (30% of max value = 765). Red value is 169 (66.41% from 255 or 74.45% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 55 (21.88% from 255 or 24.23% from 227); Max value from RGB is 169 - color contains mainly: red. Hex color #A90337 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90337 is #56FCC8. Grayscale: #3A3A3A. Windows color (decimal): -5700809 or 3605417. OLE color: 3605417.
HSL color Cylindrical-coordinate representation of color #A90337: hue angle of 341.2º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A90337 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 3 | 55 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.34 |
| HSL | 341.2º | 0.97% | 0.34% | - |
| HSV(B) | 341.2º | 0.98% | 0.66% | - |
| XYZ | 17.08 | 8.78 | 4.41 | - |
| YUV | 58.56 | 126 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 3 | 55 | 0 | 0.98 | 0.67 | 0.34 | 341.2 | 0.97 | 0.34 |
| Hex | A9 | 3 | 37 | 0 | 62 | 43 | 22 | 155 | 61 | 22 |
| Octal | 251 | 3 | 67 | 0 | 142 | 103 | 42 | 525 | 141 | 42 |
| Binary | 10101001 | 11 | 110111 | 0 | 1100010 | 1000011 | 100010 | 101010101 | 1100001 | 100010 |
Color Harmonies of #A90337
Complementary color
Monochromatic Colors of #A90337
Black with #A90337
Text Example
Text Example
White with #A90337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90337; }
p { color: rgb(169,3,55); }
H1.HeaderClassName
{
color: #A90337;
}
.AnyTagClassName
{
color: #A90337;
}
</style>
background-color css
<style>
a { background-color: #A90337; }
a { background-color: rgb(169,3,55); }
div.DivClassName
{
background-color: #A90337;
}
.BgClassName
{
background-color: #A90337;
}
</style>
border-color css
<style>
span { border-color: #A90337; }
span { border-color: rgb(169,3,55); }
td.TdClassName
{
border-color: #A90337;
}
.TagClassName
{
border-color: #A90337;
}
</style>