Shades of Carmine #A30E21
Tints of Carmine #A30E21
RGB
CMYK
RGB Variations
Color information
#A30E21 (or 0xA30E21) is known color: Carmine. HEX triplet: A3, 0E and 21. RGB value is (163,14,33). Sum of RGB (Red+Green+Blue) = 163+14+33=210 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.62% from 210); Green value is 14 (5.86% from 255 or 6.67% from 210); Blue value is 33 (13.28% from 255 or 15.71% from 210); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30E21 is #5CF1DE. Grayscale: #3C3C3C. Windows color (decimal): -6091231 or 2166435. OLE color: 2166435.
HSL color Cylindrical-coordinate representation of color #A30E21: hue angle of 352.35º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A30E21 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 14 | 33 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.36 |
| HSL | 352.35º | 0.84% | 0.35% | - |
| HSV(B) | 352.35º | 0.91% | 0.64% | - |
| XYZ | 15.54 | 8.21 | 2.2 | - |
| YUV | 60.72 | 112.36 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 14 | 33 | 0 | 0.91 | 0.80 | 0.36 | 352.35 | 0.84 | 0.35 |
| Hex | A3 | E | 21 | 0 | 5B | 50 | 24 | 160 | 54 | 23 |
| Octal | 243 | 16 | 41 | 0 | 133 | 120 | 44 | 540 | 124 | 43 |
| Binary | 10100011 | 1110 | 100001 | 0 | 1011011 | 1010000 | 100100 | 101100000 | 1010100 | 100011 |
Color Harmonies of #A30E21
Complementary color
Monochromatic Colors of #A30E21
Black with #A30E21
Text Example
Text Example
White with #A30E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30E21; }
p { color: rgb(163,14,33); }
H1.HeaderClassName
{
color: #A30E21;
}
.AnyTagClassName
{
color: #A30E21;
}
</style>
background-color css
<style>
a { background-color: #A30E21; }
a { background-color: rgb(163,14,33); }
div.DivClassName
{
background-color: #A30E21;
}
.BgClassName
{
background-color: #A30E21;
}
</style>
border-color css
<style>
span { border-color: #A30E21; }
span { border-color: rgb(163,14,33); }
td.TdClassName
{
border-color: #A30E21;
}
.TagClassName
{
border-color: #A30E21;
}
</style>