Shades of Carmine #A1091F
Tints of Carmine #A1091F
RGB
CMYK
RGB Variations
Color information
#A1091F (or 0xA1091F) is known color: Carmine. HEX triplet: A1, 09 and 1F. RGB value is (161,9,31). Sum of RGB (Red+Green+Blue) = 161+9+31=201 (26% of max value = 765). Red value is 161 (63.28% from 255 or 80.10% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 161 - color contains mainly: red. Hex color #A1091F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1091F is #5EF6E0. Grayscale: #393939. Windows color (decimal): -6223585 or 2034081. OLE color: 2034081.
HSL color Cylindrical-coordinate representation of color #A1091F: hue angle of 351.32º 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 #A1091F is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 9 | 31 | - |
| CMYK | 0 | 0.94 | 0.81 | 0.37 |
| HSL | 351.32º | 0.89% | 0.33% | - |
| HSV(B) | 351.32º | 0.94% | 0.63% | - |
| XYZ | 15.04 | 7.87 | 2.02 | - |
| YUV | 56.96 | 113.36 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 9 | 31 | 0 | 0.94 | 0.81 | 0.37 | 351.32 | 0.89 | 0.33 |
| Hex | A1 | 9 | 1F | 0 | 5E | 51 | 25 | 15F | 59 | 21 |
| Octal | 241 | 11 | 37 | 0 | 136 | 121 | 45 | 537 | 131 | 41 |
| Binary | 10100001 | 1001 | 11111 | 0 | 1011110 | 1010001 | 100101 | 101011111 | 1011001 | 100001 |
Color Harmonies of #A1091F
Complementary color
Monochromatic Colors of #A1091F
Black with #A1091F
Text Example
Text Example
White with #A1091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1091F; }
p { color: rgb(161,9,31); }
H1.HeaderClassName
{
color: #A1091F;
}
.AnyTagClassName
{
color: #A1091F;
}
</style>
background-color css
<style>
a { background-color: #A1091F; }
a { background-color: rgb(161,9,31); }
div.DivClassName
{
background-color: #A1091F;
}
.BgClassName
{
background-color: #A1091F;
}
</style>
border-color css
<style>
span { border-color: #A1091F; }
span { border-color: rgb(161,9,31); }
td.TdClassName
{
border-color: #A1091F;
}
.TagClassName
{
border-color: #A1091F;
}
</style>