Shades of Carmine #A30011
Tints of Carmine #A30011
RGB
CMYK
RGB Variations
Color information
#A30011 (or 0xA30011) is known color: Carmine. HEX triplet: A3, 00 and 11. RGB value is (163,0,17). Sum of RGB (Red+Green+Blue) = 163+0+17=180 (23% of max value = 765). Red value is 163 (64.06% from 255 or 90.56% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 17 (7.03% from 255 or 9.44% from 180); Max value from RGB is 163 - color contains mainly: red. Hex color #A30011 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30011 is #5CFFEE. Grayscale: #323232. Windows color (decimal): -6094831 or 1114275. OLE color: 1114275.
HSL color Cylindrical-coordinate representation of color #A30011: hue angle of 353.74º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A30011 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.90 | 0.36 |
| HSL | 353.74º | 1% | 0.32% | - |
| HSV(B) | 353.74º | 1% | 0.64% | - |
| XYZ | 15.21 | 7.83 | 1.24 | - |
| YUV | 50.68 | 109 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 0 | 17 | 0 | 1 | 0.90 | 0.36 | 353.74 | 1 | 0.32 |
| Hex | A3 | 0 | 11 | 0 | 64 | 5A | 24 | 162 | 64 | 20 |
| Octal | 243 | 0 | 21 | 0 | 144 | 132 | 44 | 542 | 144 | 40 |
| Binary | 10100011 | 0 | 10001 | 0 | 1100100 | 1011010 | 100100 | 101100010 | 1100100 | 100000 |
Color Harmonies of #A30011
Complementary color
Monochromatic Colors of #A30011
Black with #A30011
Text Example
Text Example
White with #A30011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30011; }
p { color: rgb(163,0,17); }
H1.HeaderClassName
{
color: #A30011;
}
.AnyTagClassName
{
color: #A30011;
}
</style>
background-color css
<style>
a { background-color: #A30011; }
a { background-color: rgb(163,0,17); }
div.DivClassName
{
background-color: #A30011;
}
.BgClassName
{
background-color: #A30011;
}
</style>
border-color css
<style>
span { border-color: #A30011; }
span { border-color: rgb(163,0,17); }
td.TdClassName
{
border-color: #A30011;
}
.TagClassName
{
border-color: #A30011;
}
</style>