Shades of Carmine #A90224
Tints of Carmine #A90224
RGB
CMYK
RGB Variations
Color information
#A90224 (or 0xA90224) is known color: Carmine. HEX triplet: A9, 02 and 24. RGB value is (169,2,36). Sum of RGB (Red+Green+Blue) = 169+2+36=207 (27% of max value = 765). Red value is 169 (66.41% from 255 or 81.64% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 36 (14.45% from 255 or 17.39% from 207); Max value from RGB is 169 - color contains mainly: red. Hex color #A90224 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90224 is #56FDDB. Grayscale: #373737. Windows color (decimal): -5701084 or 2359977. OLE color: 2359977.
HSL color Cylindrical-coordinate representation of color #A90224: hue angle of 347.78º 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 #A90224 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 2 | 36 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.34 |
| HSL | 347.78º | 0.98% | 0.34% | - |
| HSV(B) | 347.78º | 0.99% | 0.66% | - |
| XYZ | 16.7 | 8.61 | 2.45 | - |
| YUV | 55.81 | 116.83 | 208.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 2 | 36 | 0 | 0.99 | 0.79 | 0.34 | 347.78 | 0.98 | 0.34 |
| Hex | A9 | 2 | 24 | 0 | 63 | 4F | 22 | 15C | 62 | 22 |
| Octal | 251 | 2 | 44 | 0 | 143 | 117 | 42 | 534 | 142 | 42 |
| Binary | 10101001 | 10 | 100100 | 0 | 1100011 | 1001111 | 100010 | 101011100 | 1100010 | 100010 |
Color Harmonies of #A90224
Complementary color
Monochromatic Colors of #A90224
Black with #A90224
Text Example
Text Example
White with #A90224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90224; }
p { color: rgb(169,2,36); }
H1.HeaderClassName
{
color: #A90224;
}
.AnyTagClassName
{
color: #A90224;
}
</style>
background-color css
<style>
a { background-color: #A90224; }
a { background-color: rgb(169,2,36); }
div.DivClassName
{
background-color: #A90224;
}
.BgClassName
{
background-color: #A90224;
}
</style>
border-color css
<style>
span { border-color: #A90224; }
span { border-color: rgb(169,2,36); }
td.TdClassName
{
border-color: #A90224;
}
.TagClassName
{
border-color: #A90224;
}
</style>