Shades of Carmine #A30320
Tints of Carmine #A30320
RGB
CMYK
RGB Variations
Color information
#A30320 (or 0xA30320) is known color: Carmine. HEX triplet: A3, 03 and 20. RGB value is (163,3,32). Sum of RGB (Red+Green+Blue) = 163+3+32=198 (26% of max value = 765). Red value is 163 (64.06% from 255 or 82.32% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 32 (12.89% from 255 or 16.16% from 198); Max value from RGB is 163 - color contains mainly: red. Hex color #A30320 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30320 is #5CFCDF. Grayscale: #363636. Windows color (decimal): -6094048 or 2098083. OLE color: 2098083.
HSL color Cylindrical-coordinate representation of color #A30320: hue angle of 349.12º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A30320 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 3 | 32 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.36 |
| HSL | 349.13º | 0.96% | 0.33% | - |
| HSV(B) | 349.13º | 0.98% | 0.64% | - |
| XYZ | 15.4 | 7.96 | 2.09 | - |
| YUV | 54.15 | 115.51 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 3 | 32 | 0 | 0.98 | 0.80 | 0.36 | 349.13 | 0.96 | 0.33 |
| Hex | A3 | 3 | 20 | 0 | 62 | 50 | 24 | 15D | 60 | 21 |
| Octal | 243 | 3 | 40 | 0 | 142 | 120 | 44 | 535 | 140 | 41 |
| Binary | 10100011 | 11 | 100000 | 0 | 1100010 | 1010000 | 100100 | 101011101 | 1100000 | 100001 |
Color Harmonies of #A30320
Complementary color
Monochromatic Colors of #A30320
Black with #A30320
Text Example
Text Example
White with #A30320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30320; }
p { color: rgb(163,3,32); }
H1.HeaderClassName
{
color: #A30320;
}
.AnyTagClassName
{
color: #A30320;
}
</style>
background-color css
<style>
a { background-color: #A30320; }
a { background-color: rgb(163,3,32); }
div.DivClassName
{
background-color: #A30320;
}
.BgClassName
{
background-color: #A30320;
}
</style>
border-color css
<style>
span { border-color: #A30320; }
span { border-color: rgb(163,3,32); }
td.TdClassName
{
border-color: #A30320;
}
.TagClassName
{
border-color: #A30320;
}
</style>