Shades of Fire Brick #AD140A
Tints of Fire Brick #AD140A
RGB
CMYK
RGB Variations
Color information
#AD140A (or 0xAD140A) is known color: Fire Brick. HEX triplet: AD, 14 and 0A. RGB value is (173,20,10). Sum of RGB (Red+Green+Blue) = 173+20+10=203 (26% of max value = 765). Red value is 173 (67.97% from 255 or 85.22% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 10 (4.30% from 255 or 4.93% from 203); Max value from RGB is 173 - color contains mainly: red. Hex color #AD140A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD140A is #52EBF5. Grayscale: #404040. Windows color (decimal): -5434358 or 660653. OLE color: 660653.
HSL color Cylindrical-coordinate representation of color #AD140A: hue angle of 3.68º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD140A is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 20 | 10 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.32 |
| HSL | 3.68º | 0.89% | 0.36% | - |
| HSV(B) | 3.68º | 0.94% | 0.68% | - |
| XYZ | 17.54 | 9.41 | 1.18 | - |
| YUV | 64.61 | 97.19 | 205.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 10 | 0 | 0.88 | 0.94 | 0.32 | 3.68 | 0.89 | 0.36 |
| Hex | AD | 14 | A | 0 | 58 | 5E | 20 | 4 | 59 | 24 |
| Octal | 255 | 24 | 12 | 0 | 130 | 136 | 40 | 4 | 131 | 44 |
| Binary | 10101101 | 10100 | 1010 | 0 | 1011000 | 1011110 | 100000 | 100 | 1011001 | 100100 |
Color Harmonies of #AD140A
Complementary color
Monochromatic Colors of #AD140A
Black with #AD140A
Text Example
Text Example
White with #AD140A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD140A; }
p { color: rgb(173,20,10); }
H1.HeaderClassName
{
color: #AD140A;
}
.AnyTagClassName
{
color: #AD140A;
}
</style>
background-color css
<style>
a { background-color: #AD140A; }
a { background-color: rgb(173,20,10); }
div.DivClassName
{
background-color: #AD140A;
}
.BgClassName
{
background-color: #AD140A;
}
</style>
border-color css
<style>
span { border-color: #AD140A; }
span { border-color: rgb(173,20,10); }
td.TdClassName
{
border-color: #AD140A;
}
.TagClassName
{
border-color: #AD140A;
}
</style>