Shades of Fire Brick #AD260E
Tints of Fire Brick #AD260E
RGB
CMYK
RGB Variations
Color information
#AD260E (or 0xAD260E) is known color: Fire Brick. HEX triplet: AD, 26 and 0E. RGB value is (173,38,14). Sum of RGB (Red+Green+Blue) = 173+38+14=225 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.89% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 14 (5.86% from 255 or 6.22% from 225); Max value from RGB is 173 - color contains mainly: red. Hex color #AD260E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD260E is #52D9F1. Grayscale: #4B4B4B. Windows color (decimal): -5429746 or 927405. OLE color: 927405.
HSL color Cylindrical-coordinate representation of color #AD260E: hue angle of 9.06º 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 #AD260E is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 38 | 14 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.32 |
| HSL | 9.06º | 0.85% | 0.37% | - |
| HSV(B) | 9.06º | 0.92% | 0.68% | - |
| XYZ | 18.01 | 10.3 | 1.45 | - |
| YUV | 75.63 | 93.23 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 14 | 0 | 0.78 | 0.92 | 0.32 | 9.06 | 0.85 | 0.37 |
| Hex | AD | 26 | E | 0 | 4E | 5C | 20 | 9 | 55 | 25 |
| Octal | 255 | 46 | 16 | 0 | 116 | 134 | 40 | 11 | 125 | 45 |
| Binary | 10101101 | 100110 | 1110 | 0 | 1001110 | 1011100 | 100000 | 1001 | 1010101 | 100101 |
Color Harmonies of #AD260E
Complementary color
Monochromatic Colors of #AD260E
Black with #AD260E
Text Example
Text Example
White with #AD260E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD260E; }
p { color: rgb(173,38,14); }
H1.HeaderClassName
{
color: #AD260E;
}
.AnyTagClassName
{
color: #AD260E;
}
</style>
background-color css
<style>
a { background-color: #AD260E; }
a { background-color: rgb(173,38,14); }
div.DivClassName
{
background-color: #AD260E;
}
.BgClassName
{
background-color: #AD260E;
}
</style>
border-color css
<style>
span { border-color: #AD260E; }
span { border-color: rgb(173,38,14); }
td.TdClassName
{
border-color: #AD260E;
}
.TagClassName
{
border-color: #AD260E;
}
</style>