Shades of Fire Brick #AD1511
Tints of Fire Brick #AD1511
RGB
CMYK
RGB Variations
Color information
#AD1511 (or 0xAD1511) is known color: Fire Brick. HEX triplet: AD, 15 and 11. RGB value is (173,21,17). Sum of RGB (Red+Green+Blue) = 173+21+17=211 (27% of max value = 765). Red value is 173 (67.97% from 255 or 81.99% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 17 (7.03% from 255 or 8.06% from 211); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1511 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1511 is #52EAEE. Grayscale: #424242. Windows color (decimal): -5434095 or 1119661. OLE color: 1119661.
HSL color Cylindrical-coordinate representation of color #AD1511: hue angle of 1.54º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1511 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 21 | 17 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.32 |
| HSL | 1.54º | 0.82% | 0.37% | - |
| HSV(B) | 1.54º | 0.9% | 0.68% | - |
| XYZ | 17.6 | 9.46 | 1.43 | - |
| YUV | 65.99 | 100.36 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 17 | 0 | 0.88 | 0.90 | 0.32 | 1.54 | 0.82 | 0.37 |
| Hex | AD | 15 | 11 | 0 | 58 | 5A | 20 | 2 | 52 | 25 |
| Octal | 255 | 25 | 21 | 0 | 130 | 132 | 40 | 2 | 122 | 45 |
| Binary | 10101101 | 10101 | 10001 | 0 | 1011000 | 1011010 | 100000 | 10 | 1010010 | 100101 |
Color Harmonies of #AD1511
Complementary color
Monochromatic Colors of #AD1511
Black with #AD1511
Text Example
Text Example
White with #AD1511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1511; }
p { color: rgb(173,21,17); }
H1.HeaderClassName
{
color: #AD1511;
}
.AnyTagClassName
{
color: #AD1511;
}
</style>
background-color css
<style>
a { background-color: #AD1511; }
a { background-color: rgb(173,21,17); }
div.DivClassName
{
background-color: #AD1511;
}
.BgClassName
{
background-color: #AD1511;
}
</style>
border-color css
<style>
span { border-color: #AD1511; }
span { border-color: rgb(173,21,17); }
td.TdClassName
{
border-color: #AD1511;
}
.TagClassName
{
border-color: #AD1511;
}
</style>