Shades of Carmine #A1131C
Tints of Carmine #A1131C
RGB
CMYK
RGB Variations
Color information
#A1131C (or 0xA1131C) is known color: Carmine. HEX triplet: A1, 13 and 1C. RGB value is (161,19,28). Sum of RGB (Red+Green+Blue) = 161+19+28=208 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.40% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 161 - color contains mainly: red. Hex color #A1131C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1131C is #5EECE3. Grayscale: #3E3E3E. Windows color (decimal): -6221028 or 1840033. OLE color: 1840033.
HSL color Cylindrical-coordinate representation of color #A1131C: hue angle of 356.2º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A1131C is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 19 | 28 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.37 |
| HSL | 356.2º | 0.79% | 0.35% | - |
| HSV(B) | 356.2º | 0.88% | 0.63% | - |
| XYZ | 15.14 | 8.13 | 1.87 | - |
| YUV | 62.48 | 108.54 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 19 | 28 | 0 | 0.88 | 0.83 | 0.37 | 356.2 | 0.79 | 0.35 |
| Hex | A1 | 13 | 1C | 0 | 58 | 53 | 25 | 164 | 4F | 23 |
| Octal | 241 | 23 | 34 | 0 | 130 | 123 | 45 | 544 | 117 | 43 |
| Binary | 10100001 | 10011 | 11100 | 0 | 1011000 | 1010011 | 100101 | 101100100 | 1001111 | 100011 |
Color Harmonies of #A1131C
Complementary color
Monochromatic Colors of #A1131C
Black with #A1131C
Text Example
Text Example
White with #A1131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1131C; }
p { color: rgb(161,19,28); }
H1.HeaderClassName
{
color: #A1131C;
}
.AnyTagClassName
{
color: #A1131C;
}
</style>
background-color css
<style>
a { background-color: #A1131C; }
a { background-color: rgb(161,19,28); }
div.DivClassName
{
background-color: #A1131C;
}
.BgClassName
{
background-color: #A1131C;
}
</style>
border-color css
<style>
span { border-color: #A1131C; }
span { border-color: rgb(161,19,28); }
td.TdClassName
{
border-color: #A1131C;
}
.TagClassName
{
border-color: #A1131C;
}
</style>