Shades of Carmine #A1132B
Tints of Carmine #A1132B
RGB
CMYK
RGB Variations
Color information
#A1132B (or 0xA1132B) is known color: Carmine. HEX triplet: A1, 13 and 2B. RGB value is (161,19,43). Sum of RGB (Red+Green+Blue) = 161+19+43=223 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.20% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 161 - color contains mainly: red. Hex color #A1132B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1132B is #5EECD4. Grayscale: #404040. Windows color (decimal): -6221013 or 2823073. OLE color: 2823073.
HSL color Cylindrical-coordinate representation of color #A1132B: hue angle of 349.86º 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 #A1132B is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 19 | 43 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.37 |
| HSL | 349.86º | 0.79% | 0.35% | - |
| HSV(B) | 349.86º | 0.88% | 0.63% | - |
| XYZ | 15.37 | 8.22 | 3.06 | - |
| YUV | 64.19 | 116.04 | 197.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 19 | 43 | 0 | 0.88 | 0.73 | 0.37 | 349.86 | 0.79 | 0.35 |
| Hex | A1 | 13 | 2B | 0 | 58 | 49 | 25 | 15E | 4F | 23 |
| Octal | 241 | 23 | 53 | 0 | 130 | 111 | 45 | 536 | 117 | 43 |
| Binary | 10100001 | 10011 | 101011 | 0 | 1011000 | 1001001 | 100101 | 101011110 | 1001111 | 100011 |
Color Harmonies of #A1132B
Complementary color
Monochromatic Colors of #A1132B
Black with #A1132B
Text Example
Text Example
White with #A1132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1132B; }
p { color: rgb(161,19,43); }
H1.HeaderClassName
{
color: #A1132B;
}
.AnyTagClassName
{
color: #A1132B;
}
</style>
background-color css
<style>
a { background-color: #A1132B; }
a { background-color: rgb(161,19,43); }
div.DivClassName
{
background-color: #A1132B;
}
.BgClassName
{
background-color: #A1132B;
}
</style>
border-color css
<style>
span { border-color: #A1132B; }
span { border-color: rgb(161,19,43); }
td.TdClassName
{
border-color: #A1132B;
}
.TagClassName
{
border-color: #A1132B;
}
</style>