Shades of Fire Brick #AD130E
Tints of Fire Brick #AD130E
RGB
CMYK
RGB Variations
Color information
#AD130E (or 0xAD130E) is known color: Fire Brick. HEX triplet: AD, 13 and 0E. RGB value is (173,19,14). Sum of RGB (Red+Green+Blue) = 173+19+14=206 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.98% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 14 (5.86% from 255 or 6.80% from 206); Max value from RGB is 173 - color contains mainly: red. Hex color #AD130E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD130E is #52ECF1. Grayscale: #404040. Windows color (decimal): -5434610 or 922541. OLE color: 922541.
HSL color Cylindrical-coordinate representation of color #AD130E: hue angle of 1.89º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD130E is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 19 | 14 | - |
| CMYK | 0 | 0.89 | 0.92 | 0.32 |
| HSL | 1.89º | 0.85% | 0.37% | - |
| HSV(B) | 1.89º | 0.92% | 0.68% | - |
| XYZ | 17.55 | 9.38 | 1.3 | - |
| YUV | 64.48 | 99.52 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 14 | 0 | 0.89 | 0.92 | 0.32 | 1.89 | 0.85 | 0.37 |
| Hex | AD | 13 | E | 0 | 59 | 5C | 20 | 2 | 55 | 25 |
| Octal | 255 | 23 | 16 | 0 | 131 | 134 | 40 | 2 | 125 | 45 |
| Binary | 10101101 | 10011 | 1110 | 0 | 1011001 | 1011100 | 100000 | 10 | 1010101 | 100101 |
Color Harmonies of #AD130E
Complementary color
Monochromatic Colors of #AD130E
Black with #AD130E
Text Example
Text Example
White with #AD130E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD130E; }
p { color: rgb(173,19,14); }
H1.HeaderClassName
{
color: #AD130E;
}
.AnyTagClassName
{
color: #AD130E;
}
</style>
background-color css
<style>
a { background-color: #AD130E; }
a { background-color: rgb(173,19,14); }
div.DivClassName
{
background-color: #AD130E;
}
.BgClassName
{
background-color: #AD130E;
}
</style>
border-color css
<style>
span { border-color: #AD130E; }
span { border-color: rgb(173,19,14); }
td.TdClassName
{
border-color: #AD130E;
}
.TagClassName
{
border-color: #AD130E;
}
</style>