Shades of Fire Brick #AD130D
Tints of Fire Brick #AD130D
RGB
CMYK
RGB Variations
Color information
#AD130D (or 0xAD130D) is known color: Fire Brick. HEX triplet: AD, 13 and 0D. RGB value is (173,19,13). Sum of RGB (Red+Green+Blue) = 173+19+13=205 (27% of max value = 765). Red value is 173 (67.97% from 255 or 84.39% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 173 - color contains mainly: red. Hex color #AD130D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD130D is #52ECF2. Grayscale: #404040. Windows color (decimal): -5434611 or 857005. OLE color: 857005.
HSL color Cylindrical-coordinate representation of color #AD130D: hue angle of 2.25º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD130D is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 19 | 13 | - |
| CMYK | 0 | 0.89 | 0.92 | 0.32 |
| HSL | 2.25º | 0.86% | 0.36% | - |
| HSV(B) | 2.25º | 0.92% | 0.68% | - |
| XYZ | 17.54 | 9.38 | 1.27 | - |
| YUV | 64.36 | 99.02 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 13 | 0 | 0.89 | 0.92 | 0.32 | 2.25 | 0.86 | 0.36 |
| Hex | AD | 13 | D | 0 | 59 | 5C | 20 | 2 | 56 | 24 |
| Octal | 255 | 23 | 15 | 0 | 131 | 134 | 40 | 2 | 126 | 44 |
| Binary | 10101101 | 10011 | 1101 | 0 | 1011001 | 1011100 | 100000 | 10 | 1010110 | 100100 |
Color Harmonies of #AD130D
Complementary color
Monochromatic Colors of #AD130D
Black with #AD130D
Text Example
Text Example
White with #AD130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD130D; }
p { color: rgb(173,19,13); }
H1.HeaderClassName
{
color: #AD130D;
}
.AnyTagClassName
{
color: #AD130D;
}
</style>
background-color css
<style>
a { background-color: #AD130D; }
a { background-color: rgb(173,19,13); }
div.DivClassName
{
background-color: #AD130D;
}
.BgClassName
{
background-color: #AD130D;
}
</style>
border-color css
<style>
span { border-color: #AD130D; }
span { border-color: rgb(173,19,13); }
td.TdClassName
{
border-color: #AD130D;
}
.TagClassName
{
border-color: #AD130D;
}
</style>