Shades of Carmine #A41A1B
Tints of Carmine #A41A1B
RGB
CMYK
RGB Variations
Color information
#A41A1B (or 0xA41A1B) is known color: Carmine. HEX triplet: A4, 1A and 1B. RGB value is (164,26,27). Sum of RGB (Red+Green+Blue) = 164+26+27=217 (28% of max value = 765). Red value is 164 (64.45% from 255 or 75.58% from 217); Green value is 26 (10.55% from 255 or 11.98% from 217); Blue value is 27 (10.94% from 255 or 12.44% from 217); Max value from RGB is 164 - color contains mainly: red. Hex color #A41A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41A1B is #5BE5E4. Grayscale: #434343. Windows color (decimal): -6022629 or 1776292. OLE color: 1776292.
HSL color Cylindrical-coordinate representation of color #A41A1B: hue angle of 359.57º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A41A1B is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 26 | 27 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.36 |
| HSL | 359.57º | 0.73% | 0.37% | - |
| HSV(B) | 359.57º | 0.84% | 0.64% | - |
| XYZ | 15.88 | 8.71 | 1.88 | - |
| YUV | 67.38 | 105.22 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 26 | 27 | 0 | 0.84 | 0.84 | 0.36 | 359.57 | 0.73 | 0.37 |
| Hex | A4 | 1A | 1B | 0 | 54 | 54 | 24 | 168 | 49 | 25 |
| Octal | 244 | 32 | 33 | 0 | 124 | 124 | 44 | 550 | 111 | 45 |
| Binary | 10100100 | 11010 | 11011 | 0 | 1010100 | 1010100 | 100100 | 101101000 | 1001001 | 100101 |
Color Harmonies of #A41A1B
Complementary color
Monochromatic Colors of #A41A1B
Black with #A41A1B
Text Example
Text Example
White with #A41A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41A1B; }
p { color: rgb(164,26,27); }
H1.HeaderClassName
{
color: #A41A1B;
}
.AnyTagClassName
{
color: #A41A1B;
}
</style>
background-color css
<style>
a { background-color: #A41A1B; }
a { background-color: rgb(164,26,27); }
div.DivClassName
{
background-color: #A41A1B;
}
.BgClassName
{
background-color: #A41A1B;
}
</style>
border-color css
<style>
span { border-color: #A41A1B; }
span { border-color: rgb(164,26,27); }
td.TdClassName
{
border-color: #A41A1B;
}
.TagClassName
{
border-color: #A41A1B;
}
</style>