Shades of Carmine #A00922
Tints of Carmine #A00922
RGB
CMYK
RGB Variations
Color information
#A00922 (or 0xA00922) is known color: Carmine. HEX triplet: A0, 09 and 22. RGB value is (160,9,34). Sum of RGB (Red+Green+Blue) = 160+9+34=203 (26% of max value = 765). Red value is 160 (62.89% from 255 or 78.82% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 34 (13.67% from 255 or 16.75% from 203); Max value from RGB is 160 - color contains mainly: red. Hex color #A00922 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00922 is #5FF6DD. Grayscale: #393939. Windows color (decimal): -6289118 or 2230688. OLE color: 2230688.
HSL color Cylindrical-coordinate representation of color #A00922: hue angle of 350.07º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00922 is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 9 | 34 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.37 |
| HSL | 350.07º | 0.89% | 0.33% | - |
| HSV(B) | 350.07º | 0.94% | 0.63% | - |
| XYZ | 14.88 | 7.78 | 2.23 | - |
| YUV | 57 | 115.03 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 9 | 34 | 0 | 0.94 | 0.79 | 0.37 | 350.07 | 0.89 | 0.33 |
| Hex | A0 | 9 | 22 | 0 | 5E | 4F | 25 | 15E | 59 | 21 |
| Octal | 240 | 11 | 42 | 0 | 136 | 117 | 45 | 536 | 131 | 41 |
| Binary | 10100000 | 1001 | 100010 | 0 | 1011110 | 1001111 | 100101 | 101011110 | 1011001 | 100001 |
Color Harmonies of #A00922
Complementary color
Monochromatic Colors of #A00922
Black with #A00922
Text Example
Text Example
White with #A00922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00922; }
p { color: rgb(160,9,34); }
H1.HeaderClassName
{
color: #A00922;
}
.AnyTagClassName
{
color: #A00922;
}
</style>
background-color css
<style>
a { background-color: #A00922; }
a { background-color: rgb(160,9,34); }
div.DivClassName
{
background-color: #A00922;
}
.BgClassName
{
background-color: #A00922;
}
</style>
border-color css
<style>
span { border-color: #A00922; }
span { border-color: rgb(160,9,34); }
td.TdClassName
{
border-color: #A00922;
}
.TagClassName
{
border-color: #A00922;
}
</style>