Shades of Fire Brick #AD2B1E
Tints of Fire Brick #AD2B1E
RGB
CMYK
RGB Variations
Color information
#AD2B1E (or 0xAD2B1E) is known color: Fire Brick. HEX triplet: AD, 2B and 1E. RGB value is (173,43,30). Sum of RGB (Red+Green+Blue) = 173+43+30=246 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.33% from 246); Green value is 43 (17.19% from 255 or 17.48% from 246); Blue value is 30 (12.11% from 255 or 12.20% from 246); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2B1E is #52D4E1. Grayscale: #505050. Windows color (decimal): -5428450 or 1977261. OLE color: 1977261.
HSL color Cylindrical-coordinate representation of color #AD2B1E: hue angle of 5.45º 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 #AD2B1E is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 43 | 30 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.32 |
| HSL | 5.45º | 0.7% | 0.4% | - |
| HSV(B) | 5.45º | 0.83% | 0.68% | - |
| XYZ | 18.33 | 10.71 | 2.33 | - |
| YUV | 80.39 | 99.57 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 43 | 30 | 0 | 0.75 | 0.83 | 0.32 | 5.45 | 0.7 | 0.4 |
| Hex | AD | 2B | 1E | 0 | 4B | 53 | 20 | 5 | 46 | 28 |
| Octal | 255 | 53 | 36 | 0 | 113 | 123 | 40 | 5 | 106 | 50 |
| Binary | 10101101 | 101011 | 11110 | 0 | 1001011 | 1010011 | 100000 | 101 | 1000110 | 101000 |
Color Harmonies of #AD2B1E
Complementary color
Monochromatic Colors of #AD2B1E
Black with #AD2B1E
Text Example
Text Example
White with #AD2B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2B1E; }
p { color: rgb(173,43,30); }
H1.HeaderClassName
{
color: #AD2B1E;
}
.AnyTagClassName
{
color: #AD2B1E;
}
</style>
background-color css
<style>
a { background-color: #AD2B1E; }
a { background-color: rgb(173,43,30); }
div.DivClassName
{
background-color: #AD2B1E;
}
.BgClassName
{
background-color: #AD2B1E;
}
</style>
border-color css
<style>
span { border-color: #AD2B1E; }
span { border-color: rgb(173,43,30); }
td.TdClassName
{
border-color: #AD2B1E;
}
.TagClassName
{
border-color: #AD2B1E;
}
</style>