Shades of Fire Brick #AD2814
Tints of Fire Brick #AD2814
RGB
CMYK
RGB Variations
Color information
#AD2814 (or 0xAD2814) is known color: Fire Brick. HEX triplet: AD, 28 and 14. RGB value is (173,40,20). Sum of RGB (Red+Green+Blue) = 173+40+20=233 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.25% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2814 is #52D7EB. Grayscale: #4D4D4D. Windows color (decimal): -5429228 or 1321133. OLE color: 1321133.
HSL color Cylindrical-coordinate representation of color #AD2814: hue angle of 7.84º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD2814 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 40 | 20 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.32 |
| HSL | 7.84º | 0.79% | 0.38% | - |
| HSV(B) | 7.84º | 0.88% | 0.68% | - |
| XYZ | 18.12 | 10.45 | 1.72 | - |
| YUV | 77.49 | 95.56 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 20 | 0 | 0.77 | 0.88 | 0.32 | 7.84 | 0.79 | 0.38 |
| Hex | AD | 28 | 14 | 0 | 4D | 58 | 20 | 8 | 4F | 26 |
| Octal | 255 | 50 | 24 | 0 | 115 | 130 | 40 | 10 | 117 | 46 |
| Binary | 10101101 | 101000 | 10100 | 0 | 1001101 | 1011000 | 100000 | 1000 | 1001111 | 100110 |
Color Harmonies of #AD2814
Complementary color
Monochromatic Colors of #AD2814
Black with #AD2814
Text Example
Text Example
White with #AD2814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2814; }
p { color: rgb(173,40,20); }
H1.HeaderClassName
{
color: #AD2814;
}
.AnyTagClassName
{
color: #AD2814;
}
</style>
background-color css
<style>
a { background-color: #AD2814; }
a { background-color: rgb(173,40,20); }
div.DivClassName
{
background-color: #AD2814;
}
.BgClassName
{
background-color: #AD2814;
}
</style>
border-color css
<style>
span { border-color: #AD2814; }
span { border-color: rgb(173,40,20); }
td.TdClassName
{
border-color: #AD2814;
}
.TagClassName
{
border-color: #AD2814;
}
</style>