Shades of Carmine #A30114
Tints of Carmine #A30114
RGB
CMYK
RGB Variations
Color information
#A30114 (or 0xA30114) is known color: Carmine. HEX triplet: A3, 01 and 14. RGB value is (163,1,20). Sum of RGB (Red+Green+Blue) = 163+1+20=184 (24% of max value = 765). Red value is 163 (64.06% from 255 or 88.59% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 163 - color contains mainly: red. Hex color #A30114 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30114 is #5CFEEB. Grayscale: #333333. Windows color (decimal): -6094572 or 1311139. OLE color: 1311139.
HSL color Cylindrical-coordinate representation of color #A30114: hue angle of 352.96º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A30114 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 1 | 20 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.36 |
| HSL | 352.96º | 0.99% | 0.32% | - |
| HSV(B) | 352.96º | 0.99% | 0.64% | - |
| XYZ | 15.24 | 7.86 | 1.38 | - |
| YUV | 51.6 | 110.17 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 1 | 20 | 0 | 0.99 | 0.88 | 0.36 | 352.96 | 0.99 | 0.32 |
| Hex | A3 | 1 | 14 | 0 | 63 | 58 | 24 | 161 | 63 | 20 |
| Octal | 243 | 1 | 24 | 0 | 143 | 130 | 44 | 541 | 143 | 40 |
| Binary | 10100011 | 1 | 10100 | 0 | 1100011 | 1011000 | 100100 | 101100001 | 1100011 | 100000 |
Color Harmonies of #A30114
Complementary color
Monochromatic Colors of #A30114
Black with #A30114
Text Example
Text Example
White with #A30114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30114; }
p { color: rgb(163,1,20); }
H1.HeaderClassName
{
color: #A30114;
}
.AnyTagClassName
{
color: #A30114;
}
</style>
background-color css
<style>
a { background-color: #A30114; }
a { background-color: rgb(163,1,20); }
div.DivClassName
{
background-color: #A30114;
}
.BgClassName
{
background-color: #A30114;
}
</style>
border-color css
<style>
span { border-color: #A30114; }
span { border-color: rgb(163,1,20); }
td.TdClassName
{
border-color: #A30114;
}
.TagClassName
{
border-color: #A30114;
}
</style>