Shades of Fire Brick #AD280D
Tints of Fire Brick #AD280D
RGB
CMYK
RGB Variations
Color information
#AD280D (or 0xAD280D) is known color: Fire Brick. HEX triplet: AD, 28 and 0D. RGB value is (173,40,13). Sum of RGB (Red+Green+Blue) = 173+40+13=226 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.55% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 13 (5.47% from 255 or 5.75% from 226); Max value from RGB is 173 - color contains mainly: red. Hex color #AD280D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD280D is #52D7F2. Grayscale: #4C4C4C. Windows color (decimal): -5429235 or 862381. OLE color: 862381.
HSL color Cylindrical-coordinate representation of color #AD280D: hue angle of 10.12º 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 #AD280D is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 40 | 13 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.32 |
| HSL | 10.13º | 0.86% | 0.36% | - |
| HSV(B) | 10.13º | 0.92% | 0.68% | - |
| XYZ | 18.07 | 10.43 | 1.44 | - |
| YUV | 76.69 | 92.06 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 13 | 0 | 0.77 | 0.92 | 0.32 | 10.13 | 0.86 | 0.36 |
| Hex | AD | 28 | D | 0 | 4D | 5C | 20 | A | 56 | 24 |
| Octal | 255 | 50 | 15 | 0 | 115 | 134 | 40 | 12 | 126 | 44 |
| Binary | 10101101 | 101000 | 1101 | 0 | 1001101 | 1011100 | 100000 | 1010 | 1010110 | 100100 |
Color Harmonies of #AD280D
Complementary color
Monochromatic Colors of #AD280D
Black with #AD280D
Text Example
Text Example
White with #AD280D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD280D; }
p { color: rgb(173,40,13); }
H1.HeaderClassName
{
color: #AD280D;
}
.AnyTagClassName
{
color: #AD280D;
}
</style>
background-color css
<style>
a { background-color: #AD280D; }
a { background-color: rgb(173,40,13); }
div.DivClassName
{
background-color: #AD280D;
}
.BgClassName
{
background-color: #AD280D;
}
</style>
border-color css
<style>
span { border-color: #AD280D; }
span { border-color: rgb(173,40,13); }
td.TdClassName
{
border-color: #AD280D;
}
.TagClassName
{
border-color: #AD280D;
}
</style>