Shades of Fire Brick #AD251C
Tints of Fire Brick #AD251C
RGB
CMYK
RGB Variations
Color information
#AD251C (or 0xAD251C) is known color: Fire Brick. HEX triplet: AD, 25 and 1C. RGB value is (173,37,28). Sum of RGB (Red+Green+Blue) = 173+37+28=238 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.69% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 173 - color contains mainly: red. Hex color #AD251C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD251C is #52DAE3. Grayscale: #4C4C4C. Windows color (decimal): -5429988 or 1844653. OLE color: 1844653.
HSL color Cylindrical-coordinate representation of color #AD251C: hue angle of 3.72º 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 #AD251C is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 28 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.32 |
| HSL | 3.72º | 0.72% | 0.39% | - |
| HSV(B) | 3.72º | 0.84% | 0.68% | - |
| XYZ | 18.1 | 10.29 | 2.13 | - |
| YUV | 76.64 | 100.56 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 28 | 0 | 0.79 | 0.84 | 0.32 | 3.72 | 0.72 | 0.39 |
| Hex | AD | 25 | 1C | 0 | 4F | 54 | 20 | 4 | 48 | 27 |
| Octal | 255 | 45 | 34 | 0 | 117 | 124 | 40 | 4 | 110 | 47 |
| Binary | 10101101 | 100101 | 11100 | 0 | 1001111 | 1010100 | 100000 | 100 | 1001000 | 100111 |
Color Harmonies of #AD251C
Complementary color
Monochromatic Colors of #AD251C
Black with #AD251C
Text Example
Text Example
White with #AD251C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD251C; }
p { color: rgb(173,37,28); }
H1.HeaderClassName
{
color: #AD251C;
}
.AnyTagClassName
{
color: #AD251C;
}
</style>
background-color css
<style>
a { background-color: #AD251C; }
a { background-color: rgb(173,37,28); }
div.DivClassName
{
background-color: #AD251C;
}
.BgClassName
{
background-color: #AD251C;
}
</style>
border-color css
<style>
span { border-color: #AD251C; }
span { border-color: rgb(173,37,28); }
td.TdClassName
{
border-color: #AD251C;
}
.TagClassName
{
border-color: #AD251C;
}
</style>