Shades of Carmine #A11030
Tints of Carmine #A11030
RGB
CMYK
RGB Variations
Color information
#A11030 (or 0xA11030) is known color: Carmine. HEX triplet: A1, 10 and 30. RGB value is (161,16,48). Sum of RGB (Red+Green+Blue) = 161+16+48=225 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.56% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 161 - color contains mainly: red. Hex color #A11030 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11030 is #5EEFCF. Grayscale: #3F3F3F. Windows color (decimal): -6221776 or 3149985. OLE color: 3149985.
HSL color Cylindrical-coordinate representation of color #A11030: hue angle of 346.76º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A11030 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 16 | 48 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.37 |
| HSL | 346.76º | 0.82% | 0.35% | - |
| HSV(B) | 346.76º | 0.9% | 0.63% | - |
| XYZ | 15.42 | 8.16 | 3.56 | - |
| YUV | 63 | 119.54 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 16 | 48 | 0 | 0.90 | 0.70 | 0.37 | 346.76 | 0.82 | 0.35 |
| Hex | A1 | 10 | 30 | 0 | 5A | 46 | 25 | 15B | 52 | 23 |
| Octal | 241 | 20 | 60 | 0 | 132 | 106 | 45 | 533 | 122 | 43 |
| Binary | 10100001 | 10000 | 110000 | 0 | 1011010 | 1000110 | 100101 | 101011011 | 1010010 | 100011 |
Color Harmonies of #A11030
Complementary color
Monochromatic Colors of #A11030
Black with #A11030
Text Example
Text Example
White with #A11030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11030; }
p { color: rgb(161,16,48); }
H1.HeaderClassName
{
color: #A11030;
}
.AnyTagClassName
{
color: #A11030;
}
</style>
background-color css
<style>
a { background-color: #A11030; }
a { background-color: rgb(161,16,48); }
div.DivClassName
{
background-color: #A11030;
}
.BgClassName
{
background-color: #A11030;
}
</style>
border-color css
<style>
span { border-color: #A11030; }
span { border-color: rgb(161,16,48); }
td.TdClassName
{
border-color: #A11030;
}
.TagClassName
{
border-color: #A11030;
}
</style>