Shades of Fire Brick #AD1A0E
Tints of Fire Brick #AD1A0E
RGB
CMYK
RGB Variations
Color information
#AD1A0E (or 0xAD1A0E) is known color: Fire Brick. HEX triplet: AD, 1A and 0E. RGB value is (173,26,14). Sum of RGB (Red+Green+Blue) = 173+26+14=213 (28% of max value = 765). Red value is 173 (67.97% from 255 or 81.22% from 213); Green value is 26 (10.55% from 255 or 12.21% from 213); Blue value is 14 (5.86% from 255 or 6.57% from 213); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1A0E is #52E5F1. Grayscale: #444444. Windows color (decimal): -5432818 or 924333. OLE color: 924333.
HSL color Cylindrical-coordinate representation of color #AD1A0E: hue angle of 4.53º 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 #AD1A0E is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 26 | 14 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.32 |
| HSL | 4.53º | 0.85% | 0.37% | - |
| HSV(B) | 4.53º | 0.92% | 0.68% | - |
| XYZ | 17.68 | 9.65 | 1.35 | - |
| YUV | 68.59 | 97.2 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 26 | 14 | 0 | 0.85 | 0.92 | 0.32 | 4.53 | 0.85 | 0.37 |
| Hex | AD | 1A | E | 0 | 55 | 5C | 20 | 5 | 55 | 25 |
| Octal | 255 | 32 | 16 | 0 | 125 | 134 | 40 | 5 | 125 | 45 |
| Binary | 10101101 | 11010 | 1110 | 0 | 1010101 | 1011100 | 100000 | 101 | 1010101 | 100101 |
Color Harmonies of #AD1A0E
Complementary color
Monochromatic Colors of #AD1A0E
Black with #AD1A0E
Text Example
Text Example
White with #AD1A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1A0E; }
p { color: rgb(173,26,14); }
H1.HeaderClassName
{
color: #AD1A0E;
}
.AnyTagClassName
{
color: #AD1A0E;
}
</style>
background-color css
<style>
a { background-color: #AD1A0E; }
a { background-color: rgb(173,26,14); }
div.DivClassName
{
background-color: #AD1A0E;
}
.BgClassName
{
background-color: #AD1A0E;
}
</style>
border-color css
<style>
span { border-color: #AD1A0E; }
span { border-color: rgb(173,26,14); }
td.TdClassName
{
border-color: #AD1A0E;
}
.TagClassName
{
border-color: #AD1A0E;
}
</style>