Shades of Carmine #A30921
Tints of Carmine #A30921
RGB
CMYK
RGB Variations
Color information
#A30921 (or 0xA30921) is known color: Carmine. HEX triplet: A3, 09 and 21. RGB value is (163,9,33). Sum of RGB (Red+Green+Blue) = 163+9+33=205 (27% of max value = 765). Red value is 163 (64.06% from 255 or 79.51% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 33 (13.28% from 255 or 16.10% from 205); Max value from RGB is 163 - color contains mainly: red. Hex color #A30921 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30921 is #5CF6DE. Grayscale: #393939. Windows color (decimal): -6092511 or 2165155. OLE color: 2165155.
HSL color Cylindrical-coordinate representation of color #A30921: hue angle of 350.65º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30921 is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 9 | 33 | - |
| CMYK | 0 | 0.94 | 0.80 | 0.36 |
| HSL | 350.65º | 0.9% | 0.34% | - |
| HSV(B) | 350.65º | 0.94% | 0.64% | - |
| XYZ | 15.48 | 8.09 | 2.18 | - |
| YUV | 57.78 | 114.02 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 9 | 33 | 0 | 0.94 | 0.80 | 0.36 | 350.65 | 0.9 | 0.34 |
| Hex | A3 | 9 | 21 | 0 | 5E | 50 | 24 | 15F | 5A | 22 |
| Octal | 243 | 11 | 41 | 0 | 136 | 120 | 44 | 537 | 132 | 42 |
| Binary | 10100011 | 1001 | 100001 | 0 | 1011110 | 1010000 | 100100 | 101011111 | 1011010 | 100010 |
Color Harmonies of #A30921
Complementary color
Monochromatic Colors of #A30921
Black with #A30921
Text Example
Text Example
White with #A30921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30921; }
p { color: rgb(163,9,33); }
H1.HeaderClassName
{
color: #A30921;
}
.AnyTagClassName
{
color: #A30921;
}
</style>
background-color css
<style>
a { background-color: #A30921; }
a { background-color: rgb(163,9,33); }
div.DivClassName
{
background-color: #A30921;
}
.BgClassName
{
background-color: #A30921;
}
</style>
border-color css
<style>
span { border-color: #A30921; }
span { border-color: rgb(163,9,33); }
td.TdClassName
{
border-color: #A30921;
}
.TagClassName
{
border-color: #A30921;
}
</style>