Shades of Carmine #A40819
Tints of Carmine #A40819
RGB
CMYK
RGB Variations
Color information
#A40819 (or 0xA40819) is known color: Carmine. HEX triplet: A4, 08 and 19. RGB value is (164,8,25). Sum of RGB (Red+Green+Blue) = 164+8+25=197 (26% of max value = 765). Red value is 164 (64.45% from 255 or 83.25% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 25 (10.16% from 255 or 12.69% from 197); Max value from RGB is 164 - color contains mainly: red. Hex color #A40819 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40819 is #5BF7E6. Grayscale: #383838. Windows color (decimal): -6027239 or 1640612. OLE color: 1640612.
HSL color Cylindrical-coordinate representation of color #A40819: hue angle of 353.46º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40819 is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 8 | 25 | - |
| CMYK | 0 | 0.95 | 0.85 | 0.36 |
| HSL | 353.46º | 0.91% | 0.34% | - |
| HSV(B) | 353.46º | 0.95% | 0.64% | - |
| XYZ | 15.57 | 8.14 | 1.67 | - |
| YUV | 56.58 | 110.18 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 8 | 25 | 0 | 0.95 | 0.85 | 0.36 | 353.46 | 0.91 | 0.34 |
| Hex | A4 | 8 | 19 | 0 | 5F | 55 | 24 | 161 | 5B | 22 |
| Octal | 244 | 10 | 31 | 0 | 137 | 125 | 44 | 541 | 133 | 42 |
| Binary | 10100100 | 1000 | 11001 | 0 | 1011111 | 1010101 | 100100 | 101100001 | 1011011 | 100010 |
Color Harmonies of #A40819
Complementary color
Monochromatic Colors of #A40819
Black with #A40819
Text Example
Text Example
White with #A40819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40819; }
p { color: rgb(164,8,25); }
H1.HeaderClassName
{
color: #A40819;
}
.AnyTagClassName
{
color: #A40819;
}
</style>
background-color css
<style>
a { background-color: #A40819; }
a { background-color: rgb(164,8,25); }
div.DivClassName
{
background-color: #A40819;
}
.BgClassName
{
background-color: #A40819;
}
</style>
border-color css
<style>
span { border-color: #A40819; }
span { border-color: rgb(164,8,25); }
td.TdClassName
{
border-color: #A40819;
}
.TagClassName
{
border-color: #A40819;
}
</style>