Shades of Fire Brick #AD180C
Tints of Fire Brick #AD180C
RGB
CMYK
RGB Variations
Color information
#AD180C (or 0xAD180C) is known color: Fire Brick. HEX triplet: AD, 18 and 0C. RGB value is (173,24,12). Sum of RGB (Red+Green+Blue) = 173+24+12=209 (27% of max value = 765). Red value is 173 (67.97% from 255 or 82.78% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 12 (5.08% from 255 or 5.74% from 209); Max value from RGB is 173 - color contains mainly: red. Hex color #AD180C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD180C is #52E7F3. Grayscale: #434343. Windows color (decimal): -5433332 or 792749. OLE color: 792749.
HSL color Cylindrical-coordinate representation of color #AD180C: hue angle of 4.47º 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 #AD180C is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 12 | - |
| CMYK | 0 | 0.86 | 0.93 | 0.32 |
| HSL | 4.47º | 0.87% | 0.36% | - |
| HSV(B) | 4.47º | 0.93% | 0.68% | - |
| XYZ | 17.63 | 9.56 | 1.26 | - |
| YUV | 67.18 | 96.86 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 12 | 0 | 0.86 | 0.93 | 0.32 | 4.47 | 0.87 | 0.36 |
| Hex | AD | 18 | C | 0 | 56 | 5D | 20 | 4 | 57 | 24 |
| Octal | 255 | 30 | 14 | 0 | 126 | 135 | 40 | 4 | 127 | 44 |
| Binary | 10101101 | 11000 | 1100 | 0 | 1010110 | 1011101 | 100000 | 100 | 1010111 | 100100 |
Color Harmonies of #AD180C
Complementary color
Monochromatic Colors of #AD180C
Black with #AD180C
Text Example
Text Example
White with #AD180C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD180C; }
p { color: rgb(173,24,12); }
H1.HeaderClassName
{
color: #AD180C;
}
.AnyTagClassName
{
color: #AD180C;
}
</style>
background-color css
<style>
a { background-color: #AD180C; }
a { background-color: rgb(173,24,12); }
div.DivClassName
{
background-color: #AD180C;
}
.BgClassName
{
background-color: #AD180C;
}
</style>
border-color css
<style>
span { border-color: #AD180C; }
span { border-color: rgb(173,24,12); }
td.TdClassName
{
border-color: #AD180C;
}
.TagClassName
{
border-color: #AD180C;
}
</style>