Shades of Carmine #A90235
Tints of Carmine #A90235
RGB
CMYK
RGB Variations
Color information
#A90235 (or 0xA90235) is known color: Carmine. HEX triplet: A9, 02 and 35. RGB value is (169,2,53). Sum of RGB (Red+Green+Blue) = 169+2+53=224 (29% of max value = 765). Red value is 169 (66.41% from 255 or 75.45% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 53 (21.09% from 255 or 23.66% from 224); Max value from RGB is 169 - color contains mainly: red. Hex color #A90235 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90235 is #56FDCA. Grayscale: #393939. Windows color (decimal): -5701067 or 3474089. OLE color: 3474089.
HSL color Cylindrical-coordinate representation of color #A90235: hue angle of 341.68º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A90235 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 2 | 53 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.34 |
| HSL | 341.68º | 0.98% | 0.34% | - |
| HSV(B) | 341.68º | 0.99% | 0.66% | - |
| XYZ | 17.03 | 8.74 | 4.16 | - |
| YUV | 57.75 | 125.33 | 207.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 2 | 53 | 0 | 0.99 | 0.69 | 0.34 | 341.68 | 0.98 | 0.34 |
| Hex | A9 | 2 | 35 | 0 | 63 | 45 | 22 | 156 | 62 | 22 |
| Octal | 251 | 2 | 65 | 0 | 143 | 105 | 42 | 526 | 142 | 42 |
| Binary | 10101001 | 10 | 110101 | 0 | 1100011 | 1000101 | 100010 | 101010110 | 1100010 | 100010 |
Color Harmonies of #A90235
Complementary color
Monochromatic Colors of #A90235
Black with #A90235
Text Example
Text Example
White with #A90235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90235; }
p { color: rgb(169,2,53); }
H1.HeaderClassName
{
color: #A90235;
}
.AnyTagClassName
{
color: #A90235;
}
</style>
background-color css
<style>
a { background-color: #A90235; }
a { background-color: rgb(169,2,53); }
div.DivClassName
{
background-color: #A90235;
}
.BgClassName
{
background-color: #A90235;
}
</style>
border-color css
<style>
span { border-color: #A90235; }
span { border-color: rgb(169,2,53); }
td.TdClassName
{
border-color: #A90235;
}
.TagClassName
{
border-color: #A90235;
}
</style>