Shades of Fire Brick #AD2512
Tints of Fire Brick #AD2512
RGB
CMYK
RGB Variations
Color information
#AD2512 (or 0xAD2512) is known color: Fire Brick. HEX triplet: AD, 25 and 12. RGB value is (173,37,18). Sum of RGB (Red+Green+Blue) = 173+37+18=228 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.88% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 18 (7.42% from 255 or 7.89% from 228); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2512 is #52DAED. Grayscale: #4B4B4B. Windows color (decimal): -5429998 or 1189293. OLE color: 1189293.
HSL color Cylindrical-coordinate representation of color #AD2512: hue angle of 7.35º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD2512 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 18 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.32 |
| HSL | 7.35º | 0.81% | 0.37% | - |
| HSV(B) | 7.35º | 0.9% | 0.68% | - |
| XYZ | 18 | 10.25 | 1.6 | - |
| YUV | 75.5 | 95.56 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 18 | 0 | 0.79 | 0.90 | 0.32 | 7.35 | 0.81 | 0.37 |
| Hex | AD | 25 | 12 | 0 | 4F | 5A | 20 | 7 | 51 | 25 |
| Octal | 255 | 45 | 22 | 0 | 117 | 132 | 40 | 7 | 121 | 45 |
| Binary | 10101101 | 100101 | 10010 | 0 | 1001111 | 1011010 | 100000 | 111 | 1010001 | 100101 |
Color Harmonies of #AD2512
Complementary color
Monochromatic Colors of #AD2512
Black with #AD2512
Text Example
Text Example
White with #AD2512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2512; }
p { color: rgb(173,37,18); }
H1.HeaderClassName
{
color: #AD2512;
}
.AnyTagClassName
{
color: #AD2512;
}
</style>
background-color css
<style>
a { background-color: #AD2512; }
a { background-color: rgb(173,37,18); }
div.DivClassName
{
background-color: #AD2512;
}
.BgClassName
{
background-color: #AD2512;
}
</style>
border-color css
<style>
span { border-color: #AD2512; }
span { border-color: rgb(173,37,18); }
td.TdClassName
{
border-color: #AD2512;
}
.TagClassName
{
border-color: #AD2512;
}
</style>