Shades of Carmine #A3021B
Tints of Carmine #A3021B
RGB
CMYK
RGB Variations
Color information
#A3021B (or 0xA3021B) is known color: Carmine. HEX triplet: A3, 02 and 1B. RGB value is (163,2,27). Sum of RGB (Red+Green+Blue) = 163+2+27=192 (25% of max value = 765). Red value is 163 (64.06% from 255 or 84.90% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 27 (10.94% from 255 or 14.06% from 192); Max value from RGB is 163 - color contains mainly: red. Hex color #A3021B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3021B is #5CFDE4. Grayscale: #353535. Windows color (decimal): -6094309 or 1770147. OLE color: 1770147.
HSL color Cylindrical-coordinate representation of color #A3021B: hue angle of 350.68º 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 #A3021B is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 2 | 27 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.36 |
| HSL | 350.68º | 0.98% | 0.32% | - |
| HSV(B) | 350.68º | 0.99% | 0.64% | - |
| XYZ | 15.32 | 7.91 | 1.76 | - |
| YUV | 52.99 | 113.34 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 2 | 27 | 0 | 0.99 | 0.83 | 0.36 | 350.68 | 0.98 | 0.32 |
| Hex | A3 | 2 | 1B | 0 | 63 | 53 | 24 | 15F | 62 | 20 |
| Octal | 243 | 2 | 33 | 0 | 143 | 123 | 44 | 537 | 142 | 40 |
| Binary | 10100011 | 10 | 11011 | 0 | 1100011 | 1010011 | 100100 | 101011111 | 1100010 | 100000 |
Color Harmonies of #A3021B
Complementary color
Monochromatic Colors of #A3021B
Black with #A3021B
Text Example
Text Example
White with #A3021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3021B; }
p { color: rgb(163,2,27); }
H1.HeaderClassName
{
color: #A3021B;
}
.AnyTagClassName
{
color: #A3021B;
}
</style>
background-color css
<style>
a { background-color: #A3021B; }
a { background-color: rgb(163,2,27); }
div.DivClassName
{
background-color: #A3021B;
}
.BgClassName
{
background-color: #A3021B;
}
</style>
border-color css
<style>
span { border-color: #A3021B; }
span { border-color: rgb(163,2,27); }
td.TdClassName
{
border-color: #A3021B;
}
.TagClassName
{
border-color: #A3021B;
}
</style>