Shades of Carmine #A3121F
Tints of Carmine #A3121F
RGB
CMYK
RGB Variations
Color information
#A3121F (or 0xA3121F) is known color: Carmine. HEX triplet: A3, 12 and 1F. RGB value is (163,18,31). Sum of RGB (Red+Green+Blue) = 163+18+31=212 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.89% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 163 - color contains mainly: red. Hex color #A3121F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3121F is #5CEDE0. Grayscale: #3E3E3E. Windows color (decimal): -6090209 or 2036387. OLE color: 2036387.
HSL color Cylindrical-coordinate representation of color #A3121F: hue angle of 354.62º 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 #A3121F is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 18 | 31 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.36 |
| HSL | 354.62º | 0.8% | 0.35% | - |
| HSV(B) | 354.62º | 0.89% | 0.64% | - |
| XYZ | 15.57 | 8.32 | 2.08 | - |
| YUV | 62.84 | 110.04 | 199.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 18 | 31 | 0 | 0.89 | 0.81 | 0.36 | 354.62 | 0.8 | 0.35 |
| Hex | A3 | 12 | 1F | 0 | 59 | 51 | 24 | 163 | 50 | 23 |
| Octal | 243 | 22 | 37 | 0 | 131 | 121 | 44 | 543 | 120 | 43 |
| Binary | 10100011 | 10010 | 11111 | 0 | 1011001 | 1010001 | 100100 | 101100011 | 1010000 | 100011 |
Color Harmonies of #A3121F
Complementary color
Monochromatic Colors of #A3121F
Black with #A3121F
Text Example
Text Example
White with #A3121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3121F; }
p { color: rgb(163,18,31); }
H1.HeaderClassName
{
color: #A3121F;
}
.AnyTagClassName
{
color: #A3121F;
}
</style>
background-color css
<style>
a { background-color: #A3121F; }
a { background-color: rgb(163,18,31); }
div.DivClassName
{
background-color: #A3121F;
}
.BgClassName
{
background-color: #A3121F;
}
</style>
border-color css
<style>
span { border-color: #A3121F; }
span { border-color: rgb(163,18,31); }
td.TdClassName
{
border-color: #A3121F;
}
.TagClassName
{
border-color: #A3121F;
}
</style>