Shades of Fire Brick #AD2F1B
Tints of Fire Brick #AD2F1B
RGB
CMYK
RGB Variations
Color information
#AD2F1B (or 0xAD2F1B) is known color: Fire Brick. HEX triplet: AD, 2F and 1B. RGB value is (173,47,27). Sum of RGB (Red+Green+Blue) = 173+47+27=247 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.04% from 247); Green value is 47 (18.75% from 255 or 19.03% from 247); Blue value is 27 (10.94% from 255 or 10.93% from 247); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2F1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2F1B is #52D0E4. Grayscale: #525252. Windows color (decimal): -5427429 or 1781677. OLE color: 1781677.
HSL color Cylindrical-coordinate representation of color #AD2F1B: hue angle of 8.22º 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 #AD2F1B is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 47 | 27 | - |
| CMYK | 0 | 0.73 | 0.84 | 0.32 |
| HSL | 8.22º | 0.73% | 0.39% | - |
| HSV(B) | 8.22º | 0.84% | 0.68% | - |
| XYZ | 18.45 | 11 | 2.19 | - |
| YUV | 82.39 | 96.74 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 47 | 27 | 0 | 0.73 | 0.84 | 0.32 | 8.22 | 0.73 | 0.39 |
| Hex | AD | 2F | 1B | 0 | 49 | 54 | 20 | 8 | 49 | 27 |
| Octal | 255 | 57 | 33 | 0 | 111 | 124 | 40 | 10 | 111 | 47 |
| Binary | 10101101 | 101111 | 11011 | 0 | 1001001 | 1010100 | 100000 | 1000 | 1001001 | 100111 |
Color Harmonies of #AD2F1B
Complementary color
Monochromatic Colors of #AD2F1B
Black with #AD2F1B
Text Example
Text Example
White with #AD2F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2F1B; }
p { color: rgb(173,47,27); }
H1.HeaderClassName
{
color: #AD2F1B;
}
.AnyTagClassName
{
color: #AD2F1B;
}
</style>
background-color css
<style>
a { background-color: #AD2F1B; }
a { background-color: rgb(173,47,27); }
div.DivClassName
{
background-color: #AD2F1B;
}
.BgClassName
{
background-color: #AD2F1B;
}
</style>
border-color css
<style>
span { border-color: #AD2F1B; }
span { border-color: rgb(173,47,27); }
td.TdClassName
{
border-color: #AD2F1B;
}
.TagClassName
{
border-color: #AD2F1B;
}
</style>