Shades of Dark Red #A51100
Tints of Dark Red #A51100
RGB
CMYK
RGB Variations
Color information
#A51100 (or 0xA51100) is known color: Dark Red. HEX triplet: A5, 11 and 00. RGB value is (165,17,0). Sum of RGB (Red+Green+Blue) = 165+17+0=182 (24% of max value = 765). Red value is 165 (64.84% from 255 or 90.66% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 165 - color contains mainly: red. Hex color #A51100 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51100 is #5AEEFF. Grayscale: #3B3B3B. Windows color (decimal): -5959424 or 4517. OLE color: 4517.
HSL color Cylindrical-coordinate representation of color #A51100: hue angle of 6.18º 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 #A51100 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 17 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.35 |
| HSL | 6.18º | 1% | 0.32% | - |
| HSV(B) | 6.18º | 1% | 0.65% | - |
| XYZ | 15.72 | 8.4 | 0.79 | - |
| YUV | 59.31 | 94.53 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 17 | 0 | 0 | 0.90 | 1 | 0.35 | 6.18 | 1 | 0.32 |
| Hex | A5 | 11 | 0 | 0 | 5A | 64 | 23 | 6 | 64 | 20 |
| Octal | 245 | 21 | 0 | 0 | 132 | 144 | 43 | 6 | 144 | 40 |
| Binary | 10100101 | 10001 | 0 | 0 | 1011010 | 1100100 | 100011 | 110 | 1100100 | 100000 |
Color Harmonies of #A51100
Complementary color
Monochromatic Colors of #A51100
Black with #A51100
Text Example
Text Example
White with #A51100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51100; }
p { color: rgb(165,17,0); }
H1.HeaderClassName
{
color: #A51100;
}
.AnyTagClassName
{
color: #A51100;
}
</style>
background-color css
<style>
a { background-color: #A51100; }
a { background-color: rgb(165,17,0); }
div.DivClassName
{
background-color: #A51100;
}
.BgClassName
{
background-color: #A51100;
}
</style>
border-color css
<style>
span { border-color: #A51100; }
span { border-color: rgb(165,17,0); }
td.TdClassName
{
border-color: #A51100;
}
.TagClassName
{
border-color: #A51100;
}
</style>