Shades of Carmine #A1131B
Tints of Carmine #A1131B
RGB
CMYK
RGB Variations
Color information
#A1131B (or 0xA1131B) is known color: Carmine. HEX triplet: A1, 13 and 1B. RGB value is (161,19,27). Sum of RGB (Red+Green+Blue) = 161+19+27=207 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.78% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 27 (10.94% from 255 or 13.04% from 207); Max value from RGB is 161 - color contains mainly: red. Hex color #A1131B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1131B is #5EECE4. Grayscale: #3E3E3E. Windows color (decimal): -6221029 or 1774497. OLE color: 1774497.
HSL color Cylindrical-coordinate representation of color #A1131B: hue angle of 356.62º 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 #A1131B is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 19 | 27 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.37 |
| HSL | 356.62º | 0.79% | 0.35% | - |
| HSV(B) | 356.62º | 0.88% | 0.63% | - |
| XYZ | 15.13 | 8.12 | 1.81 | - |
| YUV | 62.37 | 108.04 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 19 | 27 | 0 | 0.88 | 0.83 | 0.37 | 356.62 | 0.79 | 0.35 |
| Hex | A1 | 13 | 1B | 0 | 58 | 53 | 25 | 165 | 4F | 23 |
| Octal | 241 | 23 | 33 | 0 | 130 | 123 | 45 | 545 | 117 | 43 |
| Binary | 10100001 | 10011 | 11011 | 0 | 1011000 | 1010011 | 100101 | 101100101 | 1001111 | 100011 |
Color Harmonies of #A1131B
Complementary color
Monochromatic Colors of #A1131B
Black with #A1131B
Text Example
Text Example
White with #A1131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1131B; }
p { color: rgb(161,19,27); }
H1.HeaderClassName
{
color: #A1131B;
}
.AnyTagClassName
{
color: #A1131B;
}
</style>
background-color css
<style>
a { background-color: #A1131B; }
a { background-color: rgb(161,19,27); }
div.DivClassName
{
background-color: #A1131B;
}
.BgClassName
{
background-color: #A1131B;
}
</style>
border-color css
<style>
span { border-color: #A1131B; }
span { border-color: rgb(161,19,27); }
td.TdClassName
{
border-color: #A1131B;
}
.TagClassName
{
border-color: #A1131B;
}
</style>