Shades of Carmine #A3022E
Tints of Carmine #A3022E
RGB
CMYK
RGB Variations
Color information
#A3022E (or 0xA3022E) is known color: Carmine. HEX triplet: A3, 02 and 2E. RGB value is (163,2,46). Sum of RGB (Red+Green+Blue) = 163+2+46=211 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.25% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 163 - color contains mainly: red. Hex color #A3022E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3022E is #5CFDD1. Grayscale: #373737. Windows color (decimal): -6094290 or 3015331. OLE color: 3015331.
HSL color Cylindrical-coordinate representation of color #A3022E: hue angle of 343.6º degrees, saturation: 0.98, 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 #A3022E is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 2 | 46 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.36 |
| HSL | 343.6º | 0.98% | 0.32% | - |
| HSV(B) | 343.6º | 0.99% | 0.64% | - |
| XYZ | 15.62 | 8.03 | 3.31 | - |
| YUV | 55.16 | 122.84 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 2 | 46 | 0 | 0.99 | 0.72 | 0.36 | 343.6 | 0.98 | 0.32 |
| Hex | A3 | 2 | 2E | 0 | 63 | 48 | 24 | 158 | 62 | 20 |
| Octal | 243 | 2 | 56 | 0 | 143 | 110 | 44 | 530 | 142 | 40 |
| Binary | 10100011 | 10 | 101110 | 0 | 1100011 | 1001000 | 100100 | 101011000 | 1100010 | 100000 |
Color Harmonies of #A3022E
Complementary color
Monochromatic Colors of #A3022E
Black with #A3022E
Text Example
Text Example
White with #A3022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3022E; }
p { color: rgb(163,2,46); }
H1.HeaderClassName
{
color: #A3022E;
}
.AnyTagClassName
{
color: #A3022E;
}
</style>
background-color css
<style>
a { background-color: #A3022E; }
a { background-color: rgb(163,2,46); }
div.DivClassName
{
background-color: #A3022E;
}
.BgClassName
{
background-color: #A3022E;
}
</style>
border-color css
<style>
span { border-color: #A3022E; }
span { border-color: rgb(163,2,46); }
td.TdClassName
{
border-color: #A3022E;
}
.TagClassName
{
border-color: #A3022E;
}
</style>