Shades of Fire Brick #AD1412
Tints of Fire Brick #AD1412
RGB
CMYK
RGB Variations
Color information
#AD1412 (or 0xAD1412) is known color: Fire Brick. HEX triplet: AD, 14 and 12. RGB value is (173,20,18). Sum of RGB (Red+Green+Blue) = 173+20+18=211 (27% of max value = 765). Red value is 173 (67.97% from 255 or 81.99% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1412 is #52EBED. Grayscale: #414141. Windows color (decimal): -5434350 or 1184941. OLE color: 1184941.
HSL color Cylindrical-coordinate representation of color #AD1412: hue angle of 0.77º 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 #AD1412 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 20 | 18 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.32 |
| HSL | 0.77º | 0.81% | 0.37% | - |
| HSV(B) | 0.77º | 0.9% | 0.68% | - |
| XYZ | 17.59 | 9.43 | 1.46 | - |
| YUV | 65.52 | 101.19 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 18 | 0 | 0.88 | 0.90 | 0.32 | 0.77 | 0.81 | 0.37 |
| Hex | AD | 14 | 12 | 0 | 58 | 5A | 20 | 1 | 51 | 25 |
| Octal | 255 | 24 | 22 | 0 | 130 | 132 | 40 | 1 | 121 | 45 |
| Binary | 10101101 | 10100 | 10010 | 0 | 1011000 | 1011010 | 100000 | 1 | 1010001 | 100101 |
Color Harmonies of #AD1412
Complementary color
Monochromatic Colors of #AD1412
Black with #AD1412
Text Example
Text Example
White with #AD1412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1412; }
p { color: rgb(173,20,18); }
H1.HeaderClassName
{
color: #AD1412;
}
.AnyTagClassName
{
color: #AD1412;
}
</style>
background-color css
<style>
a { background-color: #AD1412; }
a { background-color: rgb(173,20,18); }
div.DivClassName
{
background-color: #AD1412;
}
.BgClassName
{
background-color: #AD1412;
}
</style>
border-color css
<style>
span { border-color: #AD1412; }
span { border-color: rgb(173,20,18); }
td.TdClassName
{
border-color: #AD1412;
}
.TagClassName
{
border-color: #AD1412;
}
</style>