Shades of Carmine #A3012C
Tints of Carmine #A3012C
RGB
CMYK
RGB Variations
Color information
#A3012C (or 0xA3012C) is known color: Carmine. HEX triplet: A3, 01 and 2C. RGB value is (163,1,44). Sum of RGB (Red+Green+Blue) = 163+1+44=208 (27% of max value = 765). Red value is 163 (64.06% from 255 or 78.37% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 163 - color contains mainly: red. Hex color #A3012C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3012C is #5CFED3. Grayscale: #363636. Windows color (decimal): -6094548 or 2884003. OLE color: 2884003.
HSL color Cylindrical-coordinate representation of color #A3012C: hue angle of 344.07º 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 #A3012C is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 1 | 44 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.36 |
| HSL | 344.07º | 0.99% | 0.32% | - |
| HSV(B) | 344.07º | 0.99% | 0.64% | - |
| XYZ | 15.57 | 7.99 | 3.1 | - |
| YUV | 54.34 | 122.17 | 205.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 1 | 44 | 0 | 0.99 | 0.73 | 0.36 | 344.07 | 0.99 | 0.32 |
| Hex | A3 | 1 | 2C | 0 | 63 | 49 | 24 | 158 | 63 | 20 |
| Octal | 243 | 1 | 54 | 0 | 143 | 111 | 44 | 530 | 143 | 40 |
| Binary | 10100011 | 1 | 101100 | 0 | 1100011 | 1001001 | 100100 | 101011000 | 1100011 | 100000 |
Color Harmonies of #A3012C
Complementary color
Monochromatic Colors of #A3012C
Black with #A3012C
Text Example
Text Example
White with #A3012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3012C; }
p { color: rgb(163,1,44); }
H1.HeaderClassName
{
color: #A3012C;
}
.AnyTagClassName
{
color: #A3012C;
}
</style>
background-color css
<style>
a { background-color: #A3012C; }
a { background-color: rgb(163,1,44); }
div.DivClassName
{
background-color: #A3012C;
}
.BgClassName
{
background-color: #A3012C;
}
</style>
border-color css
<style>
span { border-color: #A3012C; }
span { border-color: rgb(163,1,44); }
td.TdClassName
{
border-color: #A3012C;
}
.TagClassName
{
border-color: #A3012C;
}
</style>