Shades of Carmine #A3022F
Tints of Carmine #A3022F
RGB
CMYK
RGB Variations
Color information
#A3022F (or 0xA3022F) is known color: Carmine. HEX triplet: A3, 02 and 2F. RGB value is (163,2,47). Sum of RGB (Red+Green+Blue) = 163+2+47=212 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.89% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 163 - color contains mainly: red. Hex color #A3022F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3022F is #5CFDD0. Grayscale: #373737. Windows color (decimal): -6094289 or 3080867. OLE color: 3080867.
HSL color Cylindrical-coordinate representation of color #A3022F: hue angle of 343.23º 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 #A3022F is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 2 | 47 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.36 |
| HSL | 343.23º | 0.98% | 0.32% | - |
| HSV(B) | 343.23º | 0.99% | 0.64% | - |
| XYZ | 15.64 | 8.04 | 3.42 | - |
| YUV | 55.27 | 123.34 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 2 | 47 | 0 | 0.99 | 0.71 | 0.36 | 343.23 | 0.98 | 0.32 |
| Hex | A3 | 2 | 2F | 0 | 63 | 47 | 24 | 157 | 62 | 20 |
| Octal | 243 | 2 | 57 | 0 | 143 | 107 | 44 | 527 | 142 | 40 |
| Binary | 10100011 | 10 | 101111 | 0 | 1100011 | 1000111 | 100100 | 101010111 | 1100010 | 100000 |
Color Harmonies of #A3022F
Complementary color
Monochromatic Colors of #A3022F
Black with #A3022F
Text Example
Text Example
White with #A3022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3022F; }
p { color: rgb(163,2,47); }
H1.HeaderClassName
{
color: #A3022F;
}
.AnyTagClassName
{
color: #A3022F;
}
</style>
background-color css
<style>
a { background-color: #A3022F; }
a { background-color: rgb(163,2,47); }
div.DivClassName
{
background-color: #A3022F;
}
.BgClassName
{
background-color: #A3022F;
}
</style>
border-color css
<style>
span { border-color: #A3022F; }
span { border-color: rgb(163,2,47); }
td.TdClassName
{
border-color: #A3022F;
}
.TagClassName
{
border-color: #A3022F;
}
</style>