Shades of Carmine #A0091F
Tints of Carmine #A0091F
RGB
CMYK
RGB Variations
Color information
#A0091F (or 0xA0091F) is known color: Carmine. HEX triplet: A0, 09 and 1F. RGB value is (160,9,31). Sum of RGB (Red+Green+Blue) = 160+9+31=200 (26% of max value = 765). Red value is 160 (62.89% from 255 or 80% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 160 - color contains mainly: red. Hex color #A0091F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0091F is #5FF6E0. Grayscale: #383838. Windows color (decimal): -6289121 or 2034080. OLE color: 2034080.
HSL color Cylindrical-coordinate representation of color #A0091F: hue angle of 351.26º 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 #A0091F is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 9 | 31 | - |
| CMYK | 0 | 0.94 | 0.81 | 0.37 |
| HSL | 351.26º | 0.89% | 0.33% | - |
| HSV(B) | 351.26º | 0.94% | 0.63% | - |
| XYZ | 14.84 | 7.77 | 2.01 | - |
| YUV | 56.66 | 113.53 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 9 | 31 | 0 | 0.94 | 0.81 | 0.37 | 351.26 | 0.89 | 0.33 |
| Hex | A0 | 9 | 1F | 0 | 5E | 51 | 25 | 15F | 59 | 21 |
| Octal | 240 | 11 | 37 | 0 | 136 | 121 | 45 | 537 | 131 | 41 |
| Binary | 10100000 | 1001 | 11111 | 0 | 1011110 | 1010001 | 100101 | 101011111 | 1011001 | 100001 |
Color Harmonies of #A0091F
Complementary color
Monochromatic Colors of #A0091F
Black with #A0091F
Text Example
Text Example
White with #A0091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0091F; }
p { color: rgb(160,9,31); }
H1.HeaderClassName
{
color: #A0091F;
}
.AnyTagClassName
{
color: #A0091F;
}
</style>
background-color css
<style>
a { background-color: #A0091F; }
a { background-color: rgb(160,9,31); }
div.DivClassName
{
background-color: #A0091F;
}
.BgClassName
{
background-color: #A0091F;
}
</style>
border-color css
<style>
span { border-color: #A0091F; }
span { border-color: rgb(160,9,31); }
td.TdClassName
{
border-color: #A0091F;
}
.TagClassName
{
border-color: #A0091F;
}
</style>