Shades of Fire Brick #AD180A
Tints of Fire Brick #AD180A
RGB
CMYK
RGB Variations
Color information
#AD180A (or 0xAD180A) is known color: Fire Brick. HEX triplet: AD, 18 and 0A. RGB value is (173,24,10). Sum of RGB (Red+Green+Blue) = 173+24+10=207 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.57% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 10 (4.30% from 255 or 4.83% from 207); Max value from RGB is 173 - color contains mainly: red. Hex color #AD180A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD180A is #52E7F5. Grayscale: #434343. Windows color (decimal): -5433334 or 661677. OLE color: 661677.
HSL color Cylindrical-coordinate representation of color #AD180A: hue angle of 5.15º degrees, saturation: 0.89, 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 #AD180A is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 10 | - |
| CMYK | 0 | 0.86 | 0.94 | 0.32 |
| HSL | 5.15º | 0.89% | 0.36% | - |
| HSV(B) | 5.15º | 0.94% | 0.68% | - |
| XYZ | 17.62 | 9.56 | 1.2 | - |
| YUV | 66.96 | 95.86 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 10 | 0 | 0.86 | 0.94 | 0.32 | 5.15 | 0.89 | 0.36 |
| Hex | AD | 18 | A | 0 | 56 | 5E | 20 | 5 | 59 | 24 |
| Octal | 255 | 30 | 12 | 0 | 126 | 136 | 40 | 5 | 131 | 44 |
| Binary | 10101101 | 11000 | 1010 | 0 | 1010110 | 1011110 | 100000 | 101 | 1011001 | 100100 |
Color Harmonies of #AD180A
Complementary color
Monochromatic Colors of #AD180A
Black with #AD180A
Text Example
Text Example
White with #AD180A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD180A; }
p { color: rgb(173,24,10); }
H1.HeaderClassName
{
color: #AD180A;
}
.AnyTagClassName
{
color: #AD180A;
}
</style>
background-color css
<style>
a { background-color: #AD180A; }
a { background-color: rgb(173,24,10); }
div.DivClassName
{
background-color: #AD180A;
}
.BgClassName
{
background-color: #AD180A;
}
</style>
border-color css
<style>
span { border-color: #AD180A; }
span { border-color: rgb(173,24,10); }
td.TdClassName
{
border-color: #AD180A;
}
.TagClassName
{
border-color: #AD180A;
}
</style>