Shades of Carmine #A4101F
Tints of Carmine #A4101F
RGB
CMYK
RGB Variations
Color information
#A4101F (or 0xA4101F) is known color: Carmine. HEX triplet: A4, 10 and 1F. RGB value is (164,16,31). Sum of RGB (Red+Green+Blue) = 164+16+31=211 (27% of max value = 765). Red value is 164 (64.45% from 255 or 77.73% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 31 (12.5% from 255 or 14.69% from 211); Max value from RGB is 164 - color contains mainly: red. Hex color #A4101F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4101F is #5BEFE0. Grayscale: #3E3E3E. Windows color (decimal): -6025185 or 2035876. OLE color: 2035876.
HSL color Cylindrical-coordinate representation of color #A4101F: hue angle of 353.92º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A4101F is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 16 | 31 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.36 |
| HSL | 353.92º | 0.82% | 0.35% | - |
| HSV(B) | 353.92º | 0.9% | 0.64% | - |
| XYZ | 15.74 | 8.36 | 2.08 | - |
| YUV | 61.96 | 110.53 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 16 | 31 | 0 | 0.90 | 0.81 | 0.36 | 353.92 | 0.82 | 0.35 |
| Hex | A4 | 10 | 1F | 0 | 5A | 51 | 24 | 162 | 52 | 23 |
| Octal | 244 | 20 | 37 | 0 | 132 | 121 | 44 | 542 | 122 | 43 |
| Binary | 10100100 | 10000 | 11111 | 0 | 1011010 | 1010001 | 100100 | 101100010 | 1010010 | 100011 |
Color Harmonies of #A4101F
Complementary color
Monochromatic Colors of #A4101F
Black with #A4101F
Text Example
Text Example
White with #A4101F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4101F; }
p { color: rgb(164,16,31); }
H1.HeaderClassName
{
color: #A4101F;
}
.AnyTagClassName
{
color: #A4101F;
}
</style>
background-color css
<style>
a { background-color: #A4101F; }
a { background-color: rgb(164,16,31); }
div.DivClassName
{
background-color: #A4101F;
}
.BgClassName
{
background-color: #A4101F;
}
</style>
border-color css
<style>
span { border-color: #A4101F; }
span { border-color: rgb(164,16,31); }
td.TdClassName
{
border-color: #A4101F;
}
.TagClassName
{
border-color: #A4101F;
}
</style>