Shades of Carmine #A10B1C
Tints of Carmine #A10B1C
RGB
CMYK
RGB Variations
Color information
#A10B1C (or 0xA10B1C) is known color: Carmine. HEX triplet: A1, 0B and 1C. RGB value is (161,11,28). Sum of RGB (Red+Green+Blue) = 161+11+28=200 (26% of max value = 765). Red value is 161 (63.28% from 255 or 80.5% from 200); Green value is 11 (4.69% from 255 or 5.5% from 200); Blue value is 28 (11.33% from 255 or 14% from 200); Max value from RGB is 161 - color contains mainly: red. Hex color #A10B1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10B1C is #5EF4E3. Grayscale: #393939. Windows color (decimal): -6223076 or 1837985. OLE color: 1837985.
HSL color Cylindrical-coordinate representation of color #A10B1C: hue angle of 353.2º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A10B1C is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 11 | 28 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.37 |
| HSL | 353.2º | 0.87% | 0.34% | - |
| HSV(B) | 353.2º | 0.93% | 0.63% | - |
| XYZ | 15.03 | 7.9 | 1.83 | - |
| YUV | 57.79 | 111.2 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 11 | 28 | 0 | 0.93 | 0.83 | 0.37 | 353.2 | 0.87 | 0.34 |
| Hex | A1 | B | 1C | 0 | 5D | 53 | 25 | 161 | 57 | 22 |
| Octal | 241 | 13 | 34 | 0 | 135 | 123 | 45 | 541 | 127 | 42 |
| Binary | 10100001 | 1011 | 11100 | 0 | 1011101 | 1010011 | 100101 | 101100001 | 1010111 | 100010 |
Color Harmonies of #A10B1C
Complementary color
Monochromatic Colors of #A10B1C
Black with #A10B1C
Text Example
Text Example
White with #A10B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10B1C; }
p { color: rgb(161,11,28); }
H1.HeaderClassName
{
color: #A10B1C;
}
.AnyTagClassName
{
color: #A10B1C;
}
</style>
background-color css
<style>
a { background-color: #A10B1C; }
a { background-color: rgb(161,11,28); }
div.DivClassName
{
background-color: #A10B1C;
}
.BgClassName
{
background-color: #A10B1C;
}
</style>
border-color css
<style>
span { border-color: #A10B1C; }
span { border-color: rgb(161,11,28); }
td.TdClassName
{
border-color: #A10B1C;
}
.TagClassName
{
border-color: #A10B1C;
}
</style>