Shades of Carmine #A3002B
Tints of Carmine #A3002B
RGB
CMYK
RGB Variations
Color information
#A3002B (or 0xA3002B) is known color: Carmine. HEX triplet: A3, 00 and 2B. RGB value is (163,0,43). Sum of RGB (Red+Green+Blue) = 163+0+43=206 (27% of max value = 765). Red value is 163 (64.06% from 255 or 79.13% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 43 (17.19% from 255 or 20.87% from 206); Max value from RGB is 163 - color contains mainly: red. Hex color #A3002B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3002B is #5CFFD4. Grayscale: #353535. Windows color (decimal): -6094805 or 2818211. OLE color: 2818211.
HSL color Cylindrical-coordinate representation of color #A3002B: hue angle of 344.17º 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 #A3002B is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.74 | 0.36 |
| HSL | 344.17º | 1% | 0.32% | - |
| HSV(B) | 344.17º | 1% | 0.64% | - |
| XYZ | 15.54 | 7.96 | 3 | - |
| YUV | 53.64 | 122 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 0 | 43 | 0 | 1 | 0.74 | 0.36 | 344.17 | 1 | 0.32 |
| Hex | A3 | 0 | 2B | 0 | 64 | 4A | 24 | 158 | 64 | 20 |
| Octal | 243 | 0 | 53 | 0 | 144 | 112 | 44 | 530 | 144 | 40 |
| Binary | 10100011 | 0 | 101011 | 0 | 1100100 | 1001010 | 100100 | 101011000 | 1100100 | 100000 |
Color Harmonies of #A3002B
Complementary color
Monochromatic Colors of #A3002B
Black with #A3002B
Text Example
Text Example
White with #A3002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3002B; }
p { color: rgb(163,0,43); }
H1.HeaderClassName
{
color: #A3002B;
}
.AnyTagClassName
{
color: #A3002B;
}
</style>
background-color css
<style>
a { background-color: #A3002B; }
a { background-color: rgb(163,0,43); }
div.DivClassName
{
background-color: #A3002B;
}
.BgClassName
{
background-color: #A3002B;
}
</style>
border-color css
<style>
span { border-color: #A3002B; }
span { border-color: rgb(163,0,43); }
td.TdClassName
{
border-color: #A3002B;
}
.TagClassName
{
border-color: #A3002B;
}
</style>