Shades of Carmine #A1001F
Tints of Carmine #A1001F
RGB
CMYK
RGB Variations
Color information
#A1001F (or 0xA1001F) is known color: Carmine. HEX triplet: A1, 00 and 1F. RGB value is (161,0,31). Sum of RGB (Red+Green+Blue) = 161+0+31=192 (25% of max value = 765). Red value is 161 (63.28% from 255 or 83.85% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 31 (12.5% from 255 or 16.15% from 192); Max value from RGB is 161 - color contains mainly: red. Hex color #A1001F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1001F is #5EFFE0. Grayscale: #333333. Windows color (decimal): -6225889 or 2031777. OLE color: 2031777.
HSL color Cylindrical-coordinate representation of color #A1001F: hue angle of 348.45º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A1001F is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 0 | 31 | - |
| CMYK | 0 | 1 | 0.81 | 0.37 |
| HSL | 348.45º | 1% | 0.32% | - |
| HSV(B) | 348.45º | 1% | 0.63% | - |
| XYZ | 14.95 | 7.68 | 1.99 | - |
| YUV | 51.67 | 116.34 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 0 | 31 | 0 | 1 | 0.81 | 0.37 | 348.45 | 1 | 0.32 |
| Hex | A1 | 0 | 1F | 0 | 64 | 51 | 25 | 15C | 64 | 20 |
| Octal | 241 | 0 | 37 | 0 | 144 | 121 | 45 | 534 | 144 | 40 |
| Binary | 10100001 | 0 | 11111 | 0 | 1100100 | 1010001 | 100101 | 101011100 | 1100100 | 100000 |
Color Harmonies of #A1001F
Complementary color
Monochromatic Colors of #A1001F
Black with #A1001F
Text Example
Text Example
White with #A1001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1001F; }
p { color: rgb(161,0,31); }
H1.HeaderClassName
{
color: #A1001F;
}
.AnyTagClassName
{
color: #A1001F;
}
</style>
background-color css
<style>
a { background-color: #A1001F; }
a { background-color: rgb(161,0,31); }
div.DivClassName
{
background-color: #A1001F;
}
.BgClassName
{
background-color: #A1001F;
}
</style>
border-color css
<style>
span { border-color: #A1001F; }
span { border-color: rgb(161,0,31); }
td.TdClassName
{
border-color: #A1001F;
}
.TagClassName
{
border-color: #A1001F;
}
</style>