Shades of Carmine #A30021
Tints of Carmine #A30021
RGB
CMYK
RGB Variations
Color information
#A30021 (or 0xA30021) is known color: Carmine. HEX triplet: A3, 00 and 21. RGB value is (163,0,33). Sum of RGB (Red+Green+Blue) = 163+0+33=196 (25% of max value = 765). Red value is 163 (64.06% from 255 or 83.16% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 33 (13.28% from 255 or 16.84% from 196); Max value from RGB is 163 - color contains mainly: red. Hex color #A30021 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30021 is #5CFFDE. Grayscale: #343434. Windows color (decimal): -6094815 or 2162851. OLE color: 2162851.
HSL color Cylindrical-coordinate representation of color #A30021: hue angle of 347.85º 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 #A30021 is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 0 | 33 | - |
| CMYK | 0 | 1 | 0.80 | 0.36 |
| HSL | 347.85º | 1% | 0.32% | - |
| HSV(B) | 347.85º | 1% | 0.64% | - |
| XYZ | 15.38 | 7.9 | 2.15 | - |
| YUV | 52.5 | 117 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 0 | 33 | 0 | 1 | 0.80 | 0.36 | 347.85 | 1 | 0.32 |
| Hex | A3 | 0 | 21 | 0 | 64 | 50 | 24 | 15C | 64 | 20 |
| Octal | 243 | 0 | 41 | 0 | 144 | 120 | 44 | 534 | 144 | 40 |
| Binary | 10100011 | 0 | 100001 | 0 | 1100100 | 1010000 | 100100 | 101011100 | 1100100 | 100000 |
Color Harmonies of #A30021
Complementary color
Monochromatic Colors of #A30021
Black with #A30021
Text Example
Text Example
White with #A30021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30021; }
p { color: rgb(163,0,33); }
H1.HeaderClassName
{
color: #A30021;
}
.AnyTagClassName
{
color: #A30021;
}
</style>
background-color css
<style>
a { background-color: #A30021; }
a { background-color: rgb(163,0,33); }
div.DivClassName
{
background-color: #A30021;
}
.BgClassName
{
background-color: #A30021;
}
</style>
border-color css
<style>
span { border-color: #A30021; }
span { border-color: rgb(163,0,33); }
td.TdClassName
{
border-color: #A30021;
}
.TagClassName
{
border-color: #A30021;
}
</style>