Shades of Carmine #A3012B
Tints of Carmine #A3012B
RGB
CMYK
RGB Variations
Color information
#A3012B (or 0xA3012B) is known color: Carmine. HEX triplet: A3, 01 and 2B. RGB value is (163,1,43). Sum of RGB (Red+Green+Blue) = 163+1+43=207 (27% of max value = 765). Red value is 163 (64.06% from 255 or 78.74% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 43 (17.19% from 255 or 20.77% from 207); Max value from RGB is 163 - color contains mainly: red. Hex color #A3012B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3012B is #5CFED4. Grayscale: #363636. Windows color (decimal): -6094549 or 2818467. OLE color: 2818467.
HSL color Cylindrical-coordinate representation of color #A3012B: hue angle of 344.44º degrees, saturation: 0.99, 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 #A3012B is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 1 | 43 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.36 |
| HSL | 344.44º | 0.99% | 0.32% | - |
| HSV(B) | 344.44º | 0.99% | 0.64% | - |
| XYZ | 15.55 | 7.98 | 3.01 | - |
| YUV | 54.23 | 121.67 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 1 | 43 | 0 | 0.99 | 0.74 | 0.36 | 344.44 | 0.99 | 0.32 |
| Hex | A3 | 1 | 2B | 0 | 63 | 4A | 24 | 158 | 63 | 20 |
| Octal | 243 | 1 | 53 | 0 | 143 | 112 | 44 | 530 | 143 | 40 |
| Binary | 10100011 | 1 | 101011 | 0 | 1100011 | 1001010 | 100100 | 101011000 | 1100011 | 100000 |
Color Harmonies of #A3012B
Complementary color
Monochromatic Colors of #A3012B
Black with #A3012B
Text Example
Text Example
White with #A3012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3012B; }
p { color: rgb(163,1,43); }
H1.HeaderClassName
{
color: #A3012B;
}
.AnyTagClassName
{
color: #A3012B;
}
</style>
background-color css
<style>
a { background-color: #A3012B; }
a { background-color: rgb(163,1,43); }
div.DivClassName
{
background-color: #A3012B;
}
.BgClassName
{
background-color: #A3012B;
}
</style>
border-color css
<style>
span { border-color: #A3012B; }
span { border-color: rgb(163,1,43); }
td.TdClassName
{
border-color: #A3012B;
}
.TagClassName
{
border-color: #A3012B;
}
</style>