Shades of Carmine #A91022
Tints of Carmine #A91022
RGB
CMYK
RGB Variations
Color information
#A91022 (or 0xA91022) is known color: Carmine. HEX triplet: A9, 10 and 22. RGB value is (169,16,34). Sum of RGB (Red+Green+Blue) = 169+16+34=219 (29% of max value = 765). Red value is 169 (66.41% from 255 or 77.17% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 34 (13.67% from 255 or 15.53% from 219); Max value from RGB is 169 - color contains mainly: red. Hex color #A91022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91022 is #56EFDD. Grayscale: #3F3F3F. Windows color (decimal): -5697502 or 2232489. OLE color: 2232489.
HSL color Cylindrical-coordinate representation of color #A91022: hue angle of 352.94º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A91022 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 16 | 34 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.34 |
| HSL | 352.94º | 0.83% | 0.36% | - |
| HSV(B) | 352.94º | 0.91% | 0.66% | - |
| XYZ | 16.84 | 8.92 | 2.35 | - |
| YUV | 63.8 | 111.19 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 16 | 34 | 0 | 0.91 | 0.80 | 0.34 | 352.94 | 0.83 | 0.36 |
| Hex | A9 | 10 | 22 | 0 | 5B | 50 | 22 | 161 | 53 | 24 |
| Octal | 251 | 20 | 42 | 0 | 133 | 120 | 42 | 541 | 123 | 44 |
| Binary | 10101001 | 10000 | 100010 | 0 | 1011011 | 1010000 | 100010 | 101100001 | 1010011 | 100100 |
Color Harmonies of #A91022
Complementary color
Monochromatic Colors of #A91022
Black with #A91022
Text Example
Text Example
White with #A91022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91022; }
p { color: rgb(169,16,34); }
H1.HeaderClassName
{
color: #A91022;
}
.AnyTagClassName
{
color: #A91022;
}
</style>
background-color css
<style>
a { background-color: #A91022; }
a { background-color: rgb(169,16,34); }
div.DivClassName
{
background-color: #A91022;
}
.BgClassName
{
background-color: #A91022;
}
</style>
border-color css
<style>
span { border-color: #A91022; }
span { border-color: rgb(169,16,34); }
td.TdClassName
{
border-color: #A91022;
}
.TagClassName
{
border-color: #A91022;
}
</style>