Shades of Fire Brick #AD280C
Tints of Fire Brick #AD280C
RGB
CMYK
RGB Variations
Color information
#AD280C (or 0xAD280C) is known color: Fire Brick. HEX triplet: AD, 28 and 0C. RGB value is (173,40,12). Sum of RGB (Red+Green+Blue) = 173+40+12=225 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.89% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 12 (5.08% from 255 or 5.33% from 225); Max value from RGB is 173 - color contains mainly: red. Hex color #AD280C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD280C is #52D7F3. Grayscale: #4C4C4C. Windows color (decimal): -5429236 or 796845. OLE color: 796845.
HSL color Cylindrical-coordinate representation of color #AD280C: hue angle of 10.43º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD280C is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 40 | 12 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.32 |
| HSL | 10.43º | 0.87% | 0.36% | - |
| HSV(B) | 10.43º | 0.93% | 0.68% | - |
| XYZ | 18.06 | 10.43 | 1.41 | - |
| YUV | 76.58 | 91.56 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 12 | 0 | 0.77 | 0.93 | 0.32 | 10.43 | 0.87 | 0.36 |
| Hex | AD | 28 | C | 0 | 4D | 5D | 20 | A | 57 | 24 |
| Octal | 255 | 50 | 14 | 0 | 115 | 135 | 40 | 12 | 127 | 44 |
| Binary | 10101101 | 101000 | 1100 | 0 | 1001101 | 1011101 | 100000 | 1010 | 1010111 | 100100 |
Color Harmonies of #AD280C
Complementary color
Monochromatic Colors of #AD280C
Black with #AD280C
Text Example
Text Example
White with #AD280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD280C; }
p { color: rgb(173,40,12); }
H1.HeaderClassName
{
color: #AD280C;
}
.AnyTagClassName
{
color: #AD280C;
}
</style>
background-color css
<style>
a { background-color: #AD280C; }
a { background-color: rgb(173,40,12); }
div.DivClassName
{
background-color: #AD280C;
}
.BgClassName
{
background-color: #AD280C;
}
</style>
border-color css
<style>
span { border-color: #AD280C; }
span { border-color: rgb(173,40,12); }
td.TdClassName
{
border-color: #AD280C;
}
.TagClassName
{
border-color: #AD280C;
}
</style>