Shades of Fire Brick #AD1B0E
Tints of Fire Brick #AD1B0E
RGB
CMYK
RGB Variations
Color information
#AD1B0E (or 0xAD1B0E) is known color: Fire Brick. HEX triplet: AD, 1B and 0E. RGB value is (173,27,14). Sum of RGB (Red+Green+Blue) = 173+27+14=214 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.84% from 214); Green value is 27 (10.94% from 255 or 12.62% from 214); Blue value is 14 (5.86% from 255 or 6.54% from 214); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1B0E is #52E4F1. Grayscale: #454545. Windows color (decimal): -5432562 or 924589. OLE color: 924589.
HSL color Cylindrical-coordinate representation of color #AD1B0E: hue angle of 4.91º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD1B0E is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 27 | 14 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.32 |
| HSL | 4.91º | 0.85% | 0.37% | - |
| HSV(B) | 4.91º | 0.92% | 0.68% | - |
| XYZ | 17.7 | 9.7 | 1.35 | - |
| YUV | 69.17 | 96.87 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 14 | 0 | 0.84 | 0.92 | 0.32 | 4.91 | 0.85 | 0.37 |
| Hex | AD | 1B | E | 0 | 54 | 5C | 20 | 5 | 55 | 25 |
| Octal | 255 | 33 | 16 | 0 | 124 | 134 | 40 | 5 | 125 | 45 |
| Binary | 10101101 | 11011 | 1110 | 0 | 1010100 | 1011100 | 100000 | 101 | 1010101 | 100101 |
Color Harmonies of #AD1B0E
Complementary color
Monochromatic Colors of #AD1B0E
Black with #AD1B0E
Text Example
Text Example
White with #AD1B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1B0E; }
p { color: rgb(173,27,14); }
H1.HeaderClassName
{
color: #AD1B0E;
}
.AnyTagClassName
{
color: #AD1B0E;
}
</style>
background-color css
<style>
a { background-color: #AD1B0E; }
a { background-color: rgb(173,27,14); }
div.DivClassName
{
background-color: #AD1B0E;
}
.BgClassName
{
background-color: #AD1B0E;
}
</style>
border-color css
<style>
span { border-color: #AD1B0E; }
span { border-color: rgb(173,27,14); }
td.TdClassName
{
border-color: #AD1B0E;
}
.TagClassName
{
border-color: #AD1B0E;
}
</style>