Shades of Carmine #A91622
Tints of Carmine #A91622
RGB
CMYK
RGB Variations
Color information
#A91622 (or 0xA91622) is known color: Carmine. HEX triplet: A9, 16 and 22. RGB value is (169,22,34). Sum of RGB (Red+Green+Blue) = 169+22+34=225 (29% of max value = 765). Red value is 169 (66.41% from 255 or 75.11% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 34 (13.67% from 255 or 15.11% from 225); Max value from RGB is 169 - color contains mainly: red. Hex color #A91622 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91622 is #56E9DD. Grayscale: #434343. Windows color (decimal): -5695966 or 2234025. OLE color: 2234025.
HSL color Cylindrical-coordinate representation of color #A91622: hue angle of 355.1º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A91622 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 22 | 34 | - |
| CMYK | 0 | 0.87 | 0.80 | 0.34 |
| HSL | 355.1º | 0.77% | 0.37% | - |
| HSV(B) | 355.1º | 0.87% | 0.66% | - |
| XYZ | 16.94 | 9.12 | 2.38 | - |
| YUV | 67.32 | 109.2 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 22 | 34 | 0 | 0.87 | 0.80 | 0.34 | 355.1 | 0.77 | 0.37 |
| Hex | A9 | 16 | 22 | 0 | 57 | 50 | 22 | 163 | 4D | 25 |
| Octal | 251 | 26 | 42 | 0 | 127 | 120 | 42 | 543 | 115 | 45 |
| Binary | 10101001 | 10110 | 100010 | 0 | 1010111 | 1010000 | 100010 | 101100011 | 1001101 | 100101 |
Color Harmonies of #A91622
Complementary color
Monochromatic Colors of #A91622
Black with #A91622
Text Example
Text Example
White with #A91622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91622; }
p { color: rgb(169,22,34); }
H1.HeaderClassName
{
color: #A91622;
}
.AnyTagClassName
{
color: #A91622;
}
</style>
background-color css
<style>
a { background-color: #A91622; }
a { background-color: rgb(169,22,34); }
div.DivClassName
{
background-color: #A91622;
}
.BgClassName
{
background-color: #A91622;
}
</style>
border-color css
<style>
span { border-color: #A91622; }
span { border-color: rgb(169,22,34); }
td.TdClassName
{
border-color: #A91622;
}
.TagClassName
{
border-color: #A91622;
}
</style>