Shades of Carmine #A1081D
Tints of Carmine #A1081D
RGB
CMYK
RGB Variations
Color information
#A1081D (or 0xA1081D) is known color: Carmine. HEX triplet: A1, 08 and 1D. RGB value is (161,8,29). Sum of RGB (Red+Green+Blue) = 161+8+29=198 (26% of max value = 765). Red value is 161 (63.28% from 255 or 81.31% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 29 (11.72% from 255 or 14.65% from 198); Max value from RGB is 161 - color contains mainly: red. Hex color #A1081D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1081D is #5EF7E2. Grayscale: #383838. Windows color (decimal): -6223843 or 1902753. OLE color: 1902753.
HSL color Cylindrical-coordinate representation of color #A1081D: hue angle of 351.76º 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 #A1081D is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 8 | 29 | - |
| CMYK | 0 | 0.95 | 0.82 | 0.37 |
| HSL | 351.76º | 0.91% | 0.33% | - |
| HSV(B) | 351.76º | 0.95% | 0.63% | - |
| XYZ | 15.01 | 7.84 | 1.88 | - |
| YUV | 56.14 | 112.69 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 8 | 29 | 0 | 0.95 | 0.82 | 0.37 | 351.76 | 0.91 | 0.33 |
| Hex | A1 | 8 | 1D | 0 | 5F | 52 | 25 | 160 | 5B | 21 |
| Octal | 241 | 10 | 35 | 0 | 137 | 122 | 45 | 540 | 133 | 41 |
| Binary | 10100001 | 1000 | 11101 | 0 | 1011111 | 1010010 | 100101 | 101100000 | 1011011 | 100001 |
Color Harmonies of #A1081D
Complementary color
Monochromatic Colors of #A1081D
Black with #A1081D
Text Example
Text Example
White with #A1081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1081D; }
p { color: rgb(161,8,29); }
H1.HeaderClassName
{
color: #A1081D;
}
.AnyTagClassName
{
color: #A1081D;
}
</style>
background-color css
<style>
a { background-color: #A1081D; }
a { background-color: rgb(161,8,29); }
div.DivClassName
{
background-color: #A1081D;
}
.BgClassName
{
background-color: #A1081D;
}
</style>
border-color css
<style>
span { border-color: #A1081D; }
span { border-color: rgb(161,8,29); }
td.TdClassName
{
border-color: #A1081D;
}
.TagClassName
{
border-color: #A1081D;
}
</style>