Shades of Carmine #A3121C
Tints of Carmine #A3121C
RGB
CMYK
RGB Variations
Color information
#A3121C (or 0xA3121C) is known color: Carmine. HEX triplet: A3, 12 and 1C. RGB value is (163,18,28). Sum of RGB (Red+Green+Blue) = 163+18+28=209 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.99% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 163 - color contains mainly: red. Hex color #A3121C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3121C is #5CEDE3. Grayscale: #3E3E3E. Windows color (decimal): -6090212 or 1839779. OLE color: 1839779.
HSL color Cylindrical-coordinate representation of color #A3121C: hue angle of 355.86º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A3121C is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 18 | 28 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.36 |
| HSL | 355.86º | 0.8% | 0.35% | - |
| HSV(B) | 355.86º | 0.89% | 0.64% | - |
| XYZ | 15.53 | 8.3 | 1.88 | - |
| YUV | 62.5 | 108.54 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 18 | 28 | 0 | 0.89 | 0.83 | 0.36 | 355.86 | 0.8 | 0.35 |
| Hex | A3 | 12 | 1C | 0 | 59 | 53 | 24 | 164 | 50 | 23 |
| Octal | 243 | 22 | 34 | 0 | 131 | 123 | 44 | 544 | 120 | 43 |
| Binary | 10100011 | 10010 | 11100 | 0 | 1011001 | 1010011 | 100100 | 101100100 | 1010000 | 100011 |
Color Harmonies of #A3121C
Complementary color
Monochromatic Colors of #A3121C
Black with #A3121C
Text Example
Text Example
White with #A3121C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3121C; }
p { color: rgb(163,18,28); }
H1.HeaderClassName
{
color: #A3121C;
}
.AnyTagClassName
{
color: #A3121C;
}
</style>
background-color css
<style>
a { background-color: #A3121C; }
a { background-color: rgb(163,18,28); }
div.DivClassName
{
background-color: #A3121C;
}
.BgClassName
{
background-color: #A3121C;
}
</style>
border-color css
<style>
span { border-color: #A3121C; }
span { border-color: rgb(163,18,28); }
td.TdClassName
{
border-color: #A3121C;
}
.TagClassName
{
border-color: #A3121C;
}
</style>