Shades of Fire Brick #AD2C1E
Tints of Fire Brick #AD2C1E
RGB
CMYK
RGB Variations
Color information
#AD2C1E (or 0xAD2C1E) is known color: Fire Brick. HEX triplet: AD, 2C and 1E. RGB value is (173,44,30). Sum of RGB (Red+Green+Blue) = 173+44+30=247 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.04% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 30 (12.11% from 255 or 12.15% from 247); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2C1E is #52D3E1. Grayscale: #515151. Windows color (decimal): -5428194 or 1977517. OLE color: 1977517.
HSL color Cylindrical-coordinate representation of color #AD2C1E: hue angle of 5.87º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD2C1E is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 44 | 30 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.32 |
| HSL | 5.87º | 0.7% | 0.4% | - |
| HSV(B) | 5.87º | 0.83% | 0.68% | - |
| XYZ | 18.37 | 10.78 | 2.34 | - |
| YUV | 80.98 | 99.24 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 44 | 30 | 0 | 0.75 | 0.83 | 0.32 | 5.87 | 0.7 | 0.4 |
| Hex | AD | 2C | 1E | 0 | 4B | 53 | 20 | 6 | 46 | 28 |
| Octal | 255 | 54 | 36 | 0 | 113 | 123 | 40 | 6 | 106 | 50 |
| Binary | 10101101 | 101100 | 11110 | 0 | 1001011 | 1010011 | 100000 | 110 | 1000110 | 101000 |
Color Harmonies of #AD2C1E
Complementary color
Monochromatic Colors of #AD2C1E
Black with #AD2C1E
Text Example
Text Example
White with #AD2C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2C1E; }
p { color: rgb(173,44,30); }
H1.HeaderClassName
{
color: #AD2C1E;
}
.AnyTagClassName
{
color: #AD2C1E;
}
</style>
background-color css
<style>
a { background-color: #AD2C1E; }
a { background-color: rgb(173,44,30); }
div.DivClassName
{
background-color: #AD2C1E;
}
.BgClassName
{
background-color: #AD2C1E;
}
</style>
border-color css
<style>
span { border-color: #AD2C1E; }
span { border-color: rgb(173,44,30); }
td.TdClassName
{
border-color: #AD2C1E;
}
.TagClassName
{
border-color: #AD2C1E;
}
</style>