Shades of Fire Brick #AD230E
Tints of Fire Brick #AD230E
RGB
CMYK
RGB Variations
Color information
#AD230E (or 0xAD230E) is known color: Fire Brick. HEX triplet: AD, 23 and 0E. RGB value is (173,35,14). Sum of RGB (Red+Green+Blue) = 173+35+14=222 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.93% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 173 - color contains mainly: red. Hex color #AD230E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD230E is #52DCF1. Grayscale: #4A4A4A. Windows color (decimal): -5430514 or 926637. OLE color: 926637.
HSL color Cylindrical-coordinate representation of color #AD230E: hue angle of 7.92º 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 #AD230E is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 14 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.32 |
| HSL | 7.92º | 0.85% | 0.37% | - |
| HSV(B) | 7.92º | 0.92% | 0.68% | - |
| XYZ | 17.91 | 10.12 | 1.42 | - |
| YUV | 73.87 | 94.22 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 14 | 0 | 0.80 | 0.92 | 0.32 | 7.92 | 0.85 | 0.37 |
| Hex | AD | 23 | E | 0 | 50 | 5C | 20 | 8 | 55 | 25 |
| Octal | 255 | 43 | 16 | 0 | 120 | 134 | 40 | 10 | 125 | 45 |
| Binary | 10101101 | 100011 | 1110 | 0 | 1010000 | 1011100 | 100000 | 1000 | 1010101 | 100101 |
Color Harmonies of #AD230E
Complementary color
Monochromatic Colors of #AD230E
Black with #AD230E
Text Example
Text Example
White with #AD230E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD230E; }
p { color: rgb(173,35,14); }
H1.HeaderClassName
{
color: #AD230E;
}
.AnyTagClassName
{
color: #AD230E;
}
</style>
background-color css
<style>
a { background-color: #AD230E; }
a { background-color: rgb(173,35,14); }
div.DivClassName
{
background-color: #AD230E;
}
.BgClassName
{
background-color: #AD230E;
}
</style>
border-color css
<style>
span { border-color: #AD230E; }
span { border-color: rgb(173,35,14); }
td.TdClassName
{
border-color: #AD230E;
}
.TagClassName
{
border-color: #AD230E;
}
</style>