Shades of Fire Brick #AD2F1C
Tints of Fire Brick #AD2F1C
RGB
CMYK
RGB Variations
Color information
#AD2F1C (or 0xAD2F1C) is known color: Fire Brick. HEX triplet: AD, 2F and 1C. RGB value is (173,47,28). Sum of RGB (Red+Green+Blue) = 173+47+28=248 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.76% from 248); Green value is 47 (18.75% from 255 or 18.95% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2F1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2F1C is #52D0E3. Grayscale: #525252. Windows color (decimal): -5427428 or 1847213. OLE color: 1847213.
HSL color Cylindrical-coordinate representation of color #AD2F1C: hue angle of 7.86º degrees, saturation: 0.72, 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 #AD2F1C is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 47 | 28 | - |
| CMYK | 0 | 0.73 | 0.84 | 0.32 |
| HSL | 7.86º | 0.72% | 0.39% | - |
| HSV(B) | 7.86º | 0.84% | 0.68% | - |
| XYZ | 18.46 | 11 | 2.25 | - |
| YUV | 82.51 | 97.24 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 47 | 28 | 0 | 0.73 | 0.84 | 0.32 | 7.86 | 0.72 | 0.39 |
| Hex | AD | 2F | 1C | 0 | 49 | 54 | 20 | 8 | 48 | 27 |
| Octal | 255 | 57 | 34 | 0 | 111 | 124 | 40 | 10 | 110 | 47 |
| Binary | 10101101 | 101111 | 11100 | 0 | 1001001 | 1010100 | 100000 | 1000 | 1001000 | 100111 |
Color Harmonies of #AD2F1C
Complementary color
Monochromatic Colors of #AD2F1C
Black with #AD2F1C
Text Example
Text Example
White with #AD2F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2F1C; }
p { color: rgb(173,47,28); }
H1.HeaderClassName
{
color: #AD2F1C;
}
.AnyTagClassName
{
color: #AD2F1C;
}
</style>
background-color css
<style>
a { background-color: #AD2F1C; }
a { background-color: rgb(173,47,28); }
div.DivClassName
{
background-color: #AD2F1C;
}
.BgClassName
{
background-color: #AD2F1C;
}
</style>
border-color css
<style>
span { border-color: #AD2F1C; }
span { border-color: rgb(173,47,28); }
td.TdClassName
{
border-color: #AD2F1C;
}
.TagClassName
{
border-color: #AD2F1C;
}
</style>