Shades of Fire Brick #AD1812
Tints of Fire Brick #AD1812
RGB
CMYK
RGB Variations
Color information
#AD1812 (or 0xAD1812) is known color: Fire Brick. HEX triplet: AD, 18 and 12. RGB value is (173,24,18). Sum of RGB (Red+Green+Blue) = 173+24+18=215 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.47% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1812 is #52E7ED. Grayscale: #444444. Windows color (decimal): -5433326 or 1185965. OLE color: 1185965.
HSL color Cylindrical-coordinate representation of color #AD1812: hue angle of 2.32º degrees, saturation: 0.81, 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 #AD1812 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 18 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.32 |
| HSL | 2.32º | 0.81% | 0.37% | - |
| HSV(B) | 2.32º | 0.9% | 0.68% | - |
| XYZ | 17.67 | 9.58 | 1.49 | - |
| YUV | 67.87 | 99.86 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 18 | 0 | 0.86 | 0.90 | 0.32 | 2.32 | 0.81 | 0.37 |
| Hex | AD | 18 | 12 | 0 | 56 | 5A | 20 | 2 | 51 | 25 |
| Octal | 255 | 30 | 22 | 0 | 126 | 132 | 40 | 2 | 121 | 45 |
| Binary | 10101101 | 11000 | 10010 | 0 | 1010110 | 1011010 | 100000 | 10 | 1010001 | 100101 |
Color Harmonies of #AD1812
Complementary color
Monochromatic Colors of #AD1812
Black with #AD1812
Text Example
Text Example
White with #AD1812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1812; }
p { color: rgb(173,24,18); }
H1.HeaderClassName
{
color: #AD1812;
}
.AnyTagClassName
{
color: #AD1812;
}
</style>
background-color css
<style>
a { background-color: #AD1812; }
a { background-color: rgb(173,24,18); }
div.DivClassName
{
background-color: #AD1812;
}
.BgClassName
{
background-color: #AD1812;
}
</style>
border-color css
<style>
span { border-color: #AD1812; }
span { border-color: rgb(173,24,18); }
td.TdClassName
{
border-color: #AD1812;
}
.TagClassName
{
border-color: #AD1812;
}
</style>