Shades of Fire Brick #AD311B
Tints of Fire Brick #AD311B
RGB
CMYK
RGB Variations
Color information
#AD311B (or 0xAD311B) is known color: Fire Brick. HEX triplet: AD, 31 and 1B. RGB value is (173,49,27). Sum of RGB (Red+Green+Blue) = 173+49+27=249 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.48% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 173 - color contains mainly: red. Hex color #AD311B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD311B is #52CEE4. Grayscale: #535353. Windows color (decimal): -5426917 or 1782189. OLE color: 1782189.
HSL color Cylindrical-coordinate representation of color #AD311B: hue angle of 9.04º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD311B is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 49 | 27 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.32 |
| HSL | 9.04º | 0.73% | 0.39% | - |
| HSV(B) | 9.04º | 0.84% | 0.68% | - |
| XYZ | 18.53 | 11.16 | 2.21 | - |
| YUV | 83.57 | 96.08 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 49 | 27 | 0 | 0.72 | 0.84 | 0.32 | 9.04 | 0.73 | 0.39 |
| Hex | AD | 31 | 1B | 0 | 48 | 54 | 20 | 9 | 49 | 27 |
| Octal | 255 | 61 | 33 | 0 | 110 | 124 | 40 | 11 | 111 | 47 |
| Binary | 10101101 | 110001 | 11011 | 0 | 1001000 | 1010100 | 100000 | 1001 | 1001001 | 100111 |
Color Harmonies of #AD311B
Complementary color
Monochromatic Colors of #AD311B
Black with #AD311B
Text Example
Text Example
White with #AD311B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD311B; }
p { color: rgb(173,49,27); }
H1.HeaderClassName
{
color: #AD311B;
}
.AnyTagClassName
{
color: #AD311B;
}
</style>
background-color css
<style>
a { background-color: #AD311B; }
a { background-color: rgb(173,49,27); }
div.DivClassName
{
background-color: #AD311B;
}
.BgClassName
{
background-color: #AD311B;
}
</style>
border-color css
<style>
span { border-color: #AD311B; }
span { border-color: rgb(173,49,27); }
td.TdClassName
{
border-color: #AD311B;
}
.TagClassName
{
border-color: #AD311B;
}
</style>