Shades of Fire Brick #AD2D1E
Tints of Fire Brick #AD2D1E
RGB
CMYK
RGB Variations
Color information
#AD2D1E (or 0xAD2D1E) is known color: Fire Brick. HEX triplet: AD, 2D and 1E. RGB value is (173,45,30). Sum of RGB (Red+Green+Blue) = 173+45+30=248 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.76% from 248); Green value is 45 (17.97% from 255 or 18.15% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2D1E is #52D2E1. Grayscale: #515151. Windows color (decimal): -5427938 or 1977773. OLE color: 1977773.
HSL color Cylindrical-coordinate representation of color #AD2D1E: hue angle of 6.29º 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 #AD2D1E is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 45 | 30 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.32 |
| HSL | 6.29º | 0.7% | 0.4% | - |
| HSV(B) | 6.29º | 0.83% | 0.68% | - |
| XYZ | 18.41 | 10.85 | 2.35 | - |
| YUV | 81.56 | 98.91 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 45 | 30 | 0 | 0.74 | 0.83 | 0.32 | 6.29 | 0.7 | 0.4 |
| Hex | AD | 2D | 1E | 0 | 4A | 53 | 20 | 6 | 46 | 28 |
| Octal | 255 | 55 | 36 | 0 | 112 | 123 | 40 | 6 | 106 | 50 |
| Binary | 10101101 | 101101 | 11110 | 0 | 1001010 | 1010011 | 100000 | 110 | 1000110 | 101000 |
Color Harmonies of #AD2D1E
Complementary color
Monochromatic Colors of #AD2D1E
Black with #AD2D1E
Text Example
Text Example
White with #AD2D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2D1E; }
p { color: rgb(173,45,30); }
H1.HeaderClassName
{
color: #AD2D1E;
}
.AnyTagClassName
{
color: #AD2D1E;
}
</style>
background-color css
<style>
a { background-color: #AD2D1E; }
a { background-color: rgb(173,45,30); }
div.DivClassName
{
background-color: #AD2D1E;
}
.BgClassName
{
background-color: #AD2D1E;
}
</style>
border-color css
<style>
span { border-color: #AD2D1E; }
span { border-color: rgb(173,45,30); }
td.TdClassName
{
border-color: #AD2D1E;
}
.TagClassName
{
border-color: #AD2D1E;
}
</style>