Shades of Carmine #A00920
Tints of Carmine #A00920
RGB
CMYK
RGB Variations
Color information
#A00920 (or 0xA00920) is known color: Carmine. HEX triplet: A0, 09 and 20. RGB value is (160,9,32). Sum of RGB (Red+Green+Blue) = 160+9+32=201 (26% of max value = 765). Red value is 160 (62.89% from 255 or 79.60% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 160 - color contains mainly: red. Hex color #A00920 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00920 is #5FF6DF. Grayscale: #383838. Windows color (decimal): -6289120 or 2099616. OLE color: 2099616.
HSL color Cylindrical-coordinate representation of color #A00920: hue angle of 350.86º 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 #A00920 is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 9 | 32 | - |
| CMYK | 0 | 0.94 | 0.80 | 0.37 |
| HSL | 350.86º | 0.89% | 0.33% | - |
| HSV(B) | 350.86º | 0.94% | 0.63% | - |
| XYZ | 14.86 | 7.77 | 2.08 | - |
| YUV | 56.77 | 114.03 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 9 | 32 | 0 | 0.94 | 0.80 | 0.37 | 350.86 | 0.89 | 0.33 |
| Hex | A0 | 9 | 20 | 0 | 5E | 50 | 25 | 15F | 59 | 21 |
| Octal | 240 | 11 | 40 | 0 | 136 | 120 | 45 | 537 | 131 | 41 |
| Binary | 10100000 | 1001 | 100000 | 0 | 1011110 | 1010000 | 100101 | 101011111 | 1011001 | 100001 |
Color Harmonies of #A00920
Complementary color
Monochromatic Colors of #A00920
Black with #A00920
Text Example
Text Example
White with #A00920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00920; }
p { color: rgb(160,9,32); }
H1.HeaderClassName
{
color: #A00920;
}
.AnyTagClassName
{
color: #A00920;
}
</style>
background-color css
<style>
a { background-color: #A00920; }
a { background-color: rgb(160,9,32); }
div.DivClassName
{
background-color: #A00920;
}
.BgClassName
{
background-color: #A00920;
}
</style>
border-color css
<style>
span { border-color: #A00920; }
span { border-color: rgb(160,9,32); }
td.TdClassName
{
border-color: #A00920;
}
.TagClassName
{
border-color: #A00920;
}
</style>