Shades of Carmine #A90336
Tints of Carmine #A90336
RGB
CMYK
RGB Variations
Color information
#A90336 (or 0xA90336) is known color: Carmine. HEX triplet: A9, 03 and 36. RGB value is (169,3,54). Sum of RGB (Red+Green+Blue) = 169+3+54=226 (29% of max value = 765). Red value is 169 (66.41% from 255 or 74.78% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 54 (21.48% from 255 or 23.89% from 226); Max value from RGB is 169 - color contains mainly: red. Hex color #A90336 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90336 is #56FCC9. Grayscale: #3A3A3A. Windows color (decimal): -5700810 or 3539881. OLE color: 3539881.
HSL color Cylindrical-coordinate representation of color #A90336: hue angle of 341.57º 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 #A90336 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 3 | 54 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.34 |
| HSL | 341.57º | 0.97% | 0.34% | - |
| HSV(B) | 341.57º | 0.98% | 0.66% | - |
| XYZ | 17.06 | 8.77 | 4.28 | - |
| YUV | 58.45 | 125.5 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 3 | 54 | 0 | 0.98 | 0.68 | 0.34 | 341.57 | 0.97 | 0.34 |
| Hex | A9 | 3 | 36 | 0 | 62 | 44 | 22 | 156 | 61 | 22 |
| Octal | 251 | 3 | 66 | 0 | 142 | 104 | 42 | 526 | 141 | 42 |
| Binary | 10101001 | 11 | 110110 | 0 | 1100010 | 1000100 | 100010 | 101010110 | 1100001 | 100010 |
Color Harmonies of #A90336
Complementary color
Monochromatic Colors of #A90336
Black with #A90336
Text Example
Text Example
White with #A90336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90336; }
p { color: rgb(169,3,54); }
H1.HeaderClassName
{
color: #A90336;
}
.AnyTagClassName
{
color: #A90336;
}
</style>
background-color css
<style>
a { background-color: #A90336; }
a { background-color: rgb(169,3,54); }
div.DivClassName
{
background-color: #A90336;
}
.BgClassName
{
background-color: #A90336;
}
</style>
border-color css
<style>
span { border-color: #A90336; }
span { border-color: rgb(169,3,54); }
td.TdClassName
{
border-color: #A90336;
}
.TagClassName
{
border-color: #A90336;
}
</style>