Shades of Fire Brick #AD251B
Tints of Fire Brick #AD251B
RGB
CMYK
RGB Variations
Color information
#AD251B (or 0xAD251B) is known color: Fire Brick. HEX triplet: AD, 25 and 1B. RGB value is (173,37,27). Sum of RGB (Red+Green+Blue) = 173+37+27=237 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.00% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 27 (10.94% from 255 or 11.39% from 237); Max value from RGB is 173 - color contains mainly: red. Hex color #AD251B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD251B is #52DAE4. Grayscale: #4C4C4C. Windows color (decimal): -5429989 or 1779117. OLE color: 1779117.
HSL color Cylindrical-coordinate representation of color #AD251B: hue angle of 4.11º 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 #AD251B is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 27 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.32 |
| HSL | 4.11º | 0.73% | 0.39% | - |
| HSV(B) | 4.11º | 0.84% | 0.68% | - |
| XYZ | 18.09 | 10.29 | 2.07 | - |
| YUV | 76.52 | 100.06 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 27 | 0 | 0.79 | 0.84 | 0.32 | 4.11 | 0.73 | 0.39 |
| Hex | AD | 25 | 1B | 0 | 4F | 54 | 20 | 4 | 49 | 27 |
| Octal | 255 | 45 | 33 | 0 | 117 | 124 | 40 | 4 | 111 | 47 |
| Binary | 10101101 | 100101 | 11011 | 0 | 1001111 | 1010100 | 100000 | 100 | 1001001 | 100111 |
Color Harmonies of #AD251B
Complementary color
Monochromatic Colors of #AD251B
Black with #AD251B
Text Example
Text Example
White with #AD251B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD251B; }
p { color: rgb(173,37,27); }
H1.HeaderClassName
{
color: #AD251B;
}
.AnyTagClassName
{
color: #AD251B;
}
</style>
background-color css
<style>
a { background-color: #AD251B; }
a { background-color: rgb(173,37,27); }
div.DivClassName
{
background-color: #AD251B;
}
.BgClassName
{
background-color: #AD251B;
}
</style>
border-color css
<style>
span { border-color: #AD251B; }
span { border-color: rgb(173,37,27); }
td.TdClassName
{
border-color: #AD251B;
}
.TagClassName
{
border-color: #AD251B;
}
</style>