Shades of Carmine #A5000E
Tints of Carmine #A5000E
RGB
CMYK
RGB Variations
Color information
#A5000E (or 0xA5000E) is known color: Carmine. HEX triplet: A5, 00 and 0E. RGB value is (165,0,14). Sum of RGB (Red+Green+Blue) = 165+0+14=179 (23% of max value = 765). Red value is 165 (64.84% from 255 or 92.18% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 14 (5.86% from 255 or 7.82% from 179); Max value from RGB is 165 - color contains mainly: red. Hex color #A5000E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A5000E is #5AFFF1. Grayscale: #333333. Windows color (decimal): -5963762 or 917669. OLE color: 917669.
HSL color Cylindrical-coordinate representation of color #A5000E: hue angle of 354.91º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A5000E is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.92 | 0.35 |
| HSL | 354.91º | 1% | 0.32% | - |
| HSV(B) | 354.91º | 1% | 0.65% | - |
| XYZ | 15.6 | 8.03 | 1.14 | - |
| YUV | 50.93 | 107.16 | 209.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 0 | 14 | 0 | 1 | 0.92 | 0.35 | 354.91 | 1 | 0.32 |
| Hex | A5 | 0 | E | 0 | 64 | 5C | 23 | 163 | 64 | 20 |
| Octal | 245 | 0 | 16 | 0 | 144 | 134 | 43 | 543 | 144 | 40 |
| Binary | 10100101 | 0 | 1110 | 0 | 1100100 | 1011100 | 100011 | 101100011 | 1100100 | 100000 |
Color Harmonies of #A5000E
Complementary color
Monochromatic Colors of #A5000E
Black with #A5000E
Text Example
Text Example
White with #A5000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5000E; }
p { color: rgb(165,0,14); }
H1.HeaderClassName
{
color: #A5000E;
}
.AnyTagClassName
{
color: #A5000E;
}
</style>
background-color css
<style>
a { background-color: #A5000E; }
a { background-color: rgb(165,0,14); }
div.DivClassName
{
background-color: #A5000E;
}
.BgClassName
{
background-color: #A5000E;
}
</style>
border-color css
<style>
span { border-color: #A5000E; }
span { border-color: rgb(165,0,14); }
td.TdClassName
{
border-color: #A5000E;
}
.TagClassName
{
border-color: #A5000E;
}
</style>