Shades of Fire Brick #AD260C
Tints of Fire Brick #AD260C
RGB
CMYK
RGB Variations
Color information
#AD260C (or 0xAD260C) is known color: Fire Brick. HEX triplet: AD, 26 and 0C. RGB value is (173,38,12). Sum of RGB (Red+Green+Blue) = 173+38+12=223 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.58% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 173 - color contains mainly: red. Hex color #AD260C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD260C is #52D9F3. Grayscale: #4B4B4B. Windows color (decimal): -5429748 or 796333. OLE color: 796333.
HSL color Cylindrical-coordinate representation of color #AD260C: hue angle of 9.69º 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 #AD260C is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 38 | 12 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.32 |
| HSL | 9.69º | 0.87% | 0.36% | - |
| HSV(B) | 9.69º | 0.93% | 0.68% | - |
| XYZ | 17.99 | 10.3 | 1.39 | - |
| YUV | 75.4 | 92.23 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 12 | 0 | 0.78 | 0.93 | 0.32 | 9.69 | 0.87 | 0.36 |
| Hex | AD | 26 | C | 0 | 4E | 5D | 20 | A | 57 | 24 |
| Octal | 255 | 46 | 14 | 0 | 116 | 135 | 40 | 12 | 127 | 44 |
| Binary | 10101101 | 100110 | 1100 | 0 | 1001110 | 1011101 | 100000 | 1010 | 1010111 | 100100 |
Color Harmonies of #AD260C
Complementary color
Monochromatic Colors of #AD260C
Black with #AD260C
Text Example
Text Example
White with #AD260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD260C; }
p { color: rgb(173,38,12); }
H1.HeaderClassName
{
color: #AD260C;
}
.AnyTagClassName
{
color: #AD260C;
}
</style>
background-color css
<style>
a { background-color: #AD260C; }
a { background-color: rgb(173,38,12); }
div.DivClassName
{
background-color: #AD260C;
}
.BgClassName
{
background-color: #AD260C;
}
</style>
border-color css
<style>
span { border-color: #AD260C; }
span { border-color: rgb(173,38,12); }
td.TdClassName
{
border-color: #AD260C;
}
.TagClassName
{
border-color: #AD260C;
}
</style>