Shades of Carmine #A1081E
Tints of Carmine #A1081E
RGB
CMYK
RGB Variations
Color information
#A1081E (or 0xA1081E) is known color: Carmine. HEX triplet: A1, 08 and 1E. RGB value is (161,8,30). Sum of RGB (Red+Green+Blue) = 161+8+30=199 (26% of max value = 765). Red value is 161 (63.28% from 255 or 80.90% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 30 (12.11% from 255 or 15.08% from 199); Max value from RGB is 161 - color contains mainly: red. Hex color #A1081E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1081E is #5EF7E1. Grayscale: #383838. Windows color (decimal): -6223842 or 1968289. OLE color: 1968289.
HSL color Cylindrical-coordinate representation of color #A1081E: hue angle of 351.37º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A1081E is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 8 | 30 | - |
| CMYK | 0 | 0.95 | 0.81 | 0.37 |
| HSL | 351.37º | 0.91% | 0.33% | - |
| HSV(B) | 351.37º | 0.95% | 0.63% | - |
| XYZ | 15.02 | 7.84 | 1.95 | - |
| YUV | 56.26 | 113.19 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 8 | 30 | 0 | 0.95 | 0.81 | 0.37 | 351.37 | 0.91 | 0.33 |
| Hex | A1 | 8 | 1E | 0 | 5F | 51 | 25 | 15F | 5B | 21 |
| Octal | 241 | 10 | 36 | 0 | 137 | 121 | 45 | 537 | 133 | 41 |
| Binary | 10100001 | 1000 | 11110 | 0 | 1011111 | 1010001 | 100101 | 101011111 | 1011011 | 100001 |
Color Harmonies of #A1081E
Complementary color
Monochromatic Colors of #A1081E
Black with #A1081E
Text Example
Text Example
White with #A1081E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1081E; }
p { color: rgb(161,8,30); }
H1.HeaderClassName
{
color: #A1081E;
}
.AnyTagClassName
{
color: #A1081E;
}
</style>
background-color css
<style>
a { background-color: #A1081E; }
a { background-color: rgb(161,8,30); }
div.DivClassName
{
background-color: #A1081E;
}
.BgClassName
{
background-color: #A1081E;
}
</style>
border-color css
<style>
span { border-color: #A1081E; }
span { border-color: rgb(161,8,30); }
td.TdClassName
{
border-color: #A1081E;
}
.TagClassName
{
border-color: #A1081E;
}
</style>