Shades of Carmine #A90122
Tints of Carmine #A90122
RGB
CMYK
RGB Variations
Color information
#A90122 (or 0xA90122) is known color: Carmine. HEX triplet: A9, 01 and 22. RGB value is (169,1,34). Sum of RGB (Red+Green+Blue) = 169+1+34=204 (27% of max value = 765). Red value is 169 (66.41% from 255 or 82.84% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 34 (13.67% from 255 or 16.67% from 204); Max value from RGB is 169 - color contains mainly: red. Hex color #A90122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90122 is #56FEDD. Grayscale: #373737. Windows color (decimal): -5701342 or 2228649. OLE color: 2228649.
HSL color Cylindrical-coordinate representation of color #A90122: hue angle of 348.21º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A90122 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 1 | 34 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.34 |
| HSL | 348.21º | 0.99% | 0.33% | - |
| HSV(B) | 348.21º | 0.99% | 0.66% | - |
| XYZ | 16.66 | 8.57 | 2.29 | - |
| YUV | 54.99 | 116.16 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 1 | 34 | 0 | 0.99 | 0.80 | 0.34 | 348.21 | 0.99 | 0.33 |
| Hex | A9 | 1 | 22 | 0 | 63 | 50 | 22 | 15C | 63 | 21 |
| Octal | 251 | 1 | 42 | 0 | 143 | 120 | 42 | 534 | 143 | 41 |
| Binary | 10101001 | 1 | 100010 | 0 | 1100011 | 1010000 | 100010 | 101011100 | 1100011 | 100001 |
Color Harmonies of #A90122
Complementary color
Monochromatic Colors of #A90122
Black with #A90122
Text Example
Text Example
White with #A90122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90122; }
p { color: rgb(169,1,34); }
H1.HeaderClassName
{
color: #A90122;
}
.AnyTagClassName
{
color: #A90122;
}
</style>
background-color css
<style>
a { background-color: #A90122; }
a { background-color: rgb(169,1,34); }
div.DivClassName
{
background-color: #A90122;
}
.BgClassName
{
background-color: #A90122;
}
</style>
border-color css
<style>
span { border-color: #A90122; }
span { border-color: rgb(169,1,34); }
td.TdClassName
{
border-color: #A90122;
}
.TagClassName
{
border-color: #A90122;
}
</style>