Shades of Carmine #A30511
Tints of Carmine #A30511
RGB
CMYK
RGB Variations
Color information
#A30511 (or 0xA30511) is known color: Carmine. HEX triplet: A3, 05 and 11. RGB value is (163,5,17). Sum of RGB (Red+Green+Blue) = 163+5+17=185 (24% of max value = 765). Red value is 163 (64.06% from 255 or 88.11% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 17 (7.03% from 255 or 9.19% from 185); Max value from RGB is 163 - color contains mainly: red. Hex color #A30511 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30511 is #5CFAEE. Grayscale: #353535. Windows color (decimal): -6093551 or 1115555. OLE color: 1115555.
HSL color Cylindrical-coordinate representation of color #A30511: hue angle of 355.44º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A30511 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 5 | 17 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.36 |
| HSL | 355.44º | 0.94% | 0.33% | - |
| HSV(B) | 355.44º | 0.97% | 0.64% | - |
| XYZ | 15.26 | 7.94 | 1.26 | - |
| YUV | 53.61 | 107.35 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 5 | 17 | 0 | 0.97 | 0.90 | 0.36 | 355.44 | 0.94 | 0.33 |
| Hex | A3 | 5 | 11 | 0 | 61 | 5A | 24 | 163 | 5E | 21 |
| Octal | 243 | 5 | 21 | 0 | 141 | 132 | 44 | 543 | 136 | 41 |
| Binary | 10100011 | 101 | 10001 | 0 | 1100001 | 1011010 | 100100 | 101100011 | 1011110 | 100001 |
Color Harmonies of #A30511
Complementary color
Monochromatic Colors of #A30511
Black with #A30511
Text Example
Text Example
White with #A30511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30511; }
p { color: rgb(163,5,17); }
H1.HeaderClassName
{
color: #A30511;
}
.AnyTagClassName
{
color: #A30511;
}
</style>
background-color css
<style>
a { background-color: #A30511; }
a { background-color: rgb(163,5,17); }
div.DivClassName
{
background-color: #A30511;
}
.BgClassName
{
background-color: #A30511;
}
</style>
border-color css
<style>
span { border-color: #A30511; }
span { border-color: rgb(163,5,17); }
td.TdClassName
{
border-color: #A30511;
}
.TagClassName
{
border-color: #A30511;
}
</style>