Shades of Fire Brick #AD280B
Tints of Fire Brick #AD280B
RGB
CMYK
RGB Variations
Color information
#AD280B (or 0xAD280B) is known color: Fire Brick. HEX triplet: AD, 28 and 0B. RGB value is (173,40,11). Sum of RGB (Red+Green+Blue) = 173+40+11=224 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.23% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 11 (4.69% from 255 or 4.91% from 224); Max value from RGB is 173 - color contains mainly: red. Hex color #AD280B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD280B is #52D7F4. Grayscale: #4C4C4C. Windows color (decimal): -5429237 or 731309. OLE color: 731309.
HSL color Cylindrical-coordinate representation of color #AD280B: hue angle of 10.74º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD280B is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 40 | 11 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.32 |
| HSL | 10.74º | 0.88% | 0.36% | - |
| HSV(B) | 10.74º | 0.94% | 0.68% | - |
| XYZ | 18.05 | 10.43 | 1.38 | - |
| YUV | 76.46 | 91.06 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 11 | 0 | 0.77 | 0.94 | 0.32 | 10.74 | 0.88 | 0.36 |
| Hex | AD | 28 | B | 0 | 4D | 5E | 20 | B | 58 | 24 |
| Octal | 255 | 50 | 13 | 0 | 115 | 136 | 40 | 13 | 130 | 44 |
| Binary | 10101101 | 101000 | 1011 | 0 | 1001101 | 1011110 | 100000 | 1011 | 1011000 | 100100 |
Color Harmonies of #AD280B
Complementary color
Monochromatic Colors of #AD280B
Black with #AD280B
Text Example
Text Example
White with #AD280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD280B; }
p { color: rgb(173,40,11); }
H1.HeaderClassName
{
color: #AD280B;
}
.AnyTagClassName
{
color: #AD280B;
}
</style>
background-color css
<style>
a { background-color: #AD280B; }
a { background-color: rgb(173,40,11); }
div.DivClassName
{
background-color: #AD280B;
}
.BgClassName
{
background-color: #AD280B;
}
</style>
border-color css
<style>
span { border-color: #AD280B; }
span { border-color: rgb(173,40,11); }
td.TdClassName
{
border-color: #AD280B;
}
.TagClassName
{
border-color: #AD280B;
}
</style>