Shades of Fire Brick #AD100F
Tints of Fire Brick #AD100F
RGB
CMYK
RGB Variations
Color information
#AD100F (or 0xAD100F) is known color: Fire Brick. HEX triplet: AD, 10 and 0F. RGB value is (173,16,15). Sum of RGB (Red+Green+Blue) = 173+16+15=204 (27% of max value = 765). Red value is 173 (67.97% from 255 or 84.80% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 15 (6.25% from 255 or 7.35% from 204); Max value from RGB is 173 - color contains mainly: red. Hex color #AD100F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD100F is #52EFF0. Grayscale: #3E3E3E. Windows color (decimal): -5435377 or 987309. OLE color: 987309.
HSL color Cylindrical-coordinate representation of color #AD100F: hue angle of 0.38º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD100F is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 16 | 15 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.32 |
| HSL | 0.38º | 0.84% | 0.37% | - |
| HSV(B) | 0.38º | 0.91% | 0.68% | - |
| XYZ | 17.51 | 9.29 | 1.32 | - |
| YUV | 62.83 | 101.01 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 15 | 0 | 0.91 | 0.91 | 0.32 | 0.38 | 0.84 | 0.37 |
| Hex | AD | 10 | F | 0 | 5B | 5B | 20 | 0 | 54 | 25 |
| Octal | 255 | 20 | 17 | 0 | 133 | 133 | 40 | 0 | 124 | 45 |
| Binary | 10101101 | 10000 | 1111 | 0 | 1011011 | 1011011 | 100000 | 0 | 1010100 | 100101 |
Color Harmonies of #AD100F
Complementary color
Monochromatic Colors of #AD100F
Black with #AD100F
Text Example
Text Example
White with #AD100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD100F; }
p { color: rgb(173,16,15); }
H1.HeaderClassName
{
color: #AD100F;
}
.AnyTagClassName
{
color: #AD100F;
}
</style>
background-color css
<style>
a { background-color: #AD100F; }
a { background-color: rgb(173,16,15); }
div.DivClassName
{
background-color: #AD100F;
}
.BgClassName
{
background-color: #AD100F;
}
</style>
border-color css
<style>
span { border-color: #AD100F; }
span { border-color: rgb(173,16,15); }
td.TdClassName
{
border-color: #AD100F;
}
.TagClassName
{
border-color: #AD100F;
}
</style>