Shades of Fire Brick #AD180B
Tints of Fire Brick #AD180B
RGB
CMYK
RGB Variations
Color information
#AD180B (or 0xAD180B) is known color: Fire Brick. HEX triplet: AD, 18 and 0B. RGB value is (173,24,11). Sum of RGB (Red+Green+Blue) = 173+24+11=208 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.17% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 11 (4.69% from 255 or 5.29% from 208); Max value from RGB is 173 - color contains mainly: red. Hex color #AD180B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD180B is #52E7F4. Grayscale: #434343. Windows color (decimal): -5433333 or 727213. OLE color: 727213.
HSL color Cylindrical-coordinate representation of color #AD180B: hue angle of 4.81º 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 #AD180B is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 11 | - |
| CMYK | 0 | 0.86 | 0.94 | 0.32 |
| HSL | 4.81º | 0.88% | 0.36% | - |
| HSV(B) | 4.81º | 0.94% | 0.68% | - |
| XYZ | 17.62 | 9.56 | 1.23 | - |
| YUV | 67.07 | 96.36 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 11 | 0 | 0.86 | 0.94 | 0.32 | 4.81 | 0.88 | 0.36 |
| Hex | AD | 18 | B | 0 | 56 | 5E | 20 | 5 | 58 | 24 |
| Octal | 255 | 30 | 13 | 0 | 126 | 136 | 40 | 5 | 130 | 44 |
| Binary | 10101101 | 11000 | 1011 | 0 | 1010110 | 1011110 | 100000 | 101 | 1011000 | 100100 |
Color Harmonies of #AD180B
Complementary color
Monochromatic Colors of #AD180B
Black with #AD180B
Text Example
Text Example
White with #AD180B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD180B; }
p { color: rgb(173,24,11); }
H1.HeaderClassName
{
color: #AD180B;
}
.AnyTagClassName
{
color: #AD180B;
}
</style>
background-color css
<style>
a { background-color: #AD180B; }
a { background-color: rgb(173,24,11); }
div.DivClassName
{
background-color: #AD180B;
}
.BgClassName
{
background-color: #AD180B;
}
</style>
border-color css
<style>
span { border-color: #AD180B; }
span { border-color: rgb(173,24,11); }
td.TdClassName
{
border-color: #AD180B;
}
.TagClassName
{
border-color: #AD180B;
}
</style>