Shades of Fire Brick #AD291B
Tints of Fire Brick #AD291B
RGB
CMYK
RGB Variations
Color information
#AD291B (or 0xAD291B) is known color: Fire Brick. HEX triplet: AD, 29 and 1B. RGB value is (173,41,27). Sum of RGB (Red+Green+Blue) = 173+41+27=241 (31% of max value = 765). Red value is 173 (67.97% from 255 or 71.78% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 27 (10.94% from 255 or 11.20% from 241); Max value from RGB is 173 - color contains mainly: red. Hex color #AD291B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD291B is #52D6E4. Grayscale: #4F4F4F. Windows color (decimal): -5428965 or 1780141. OLE color: 1780141.
HSL color Cylindrical-coordinate representation of color #AD291B: hue angle of 5.75º 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 #AD291B is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 41 | 27 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.32 |
| HSL | 5.75º | 0.73% | 0.39% | - |
| HSV(B) | 5.75º | 0.84% | 0.68% | - |
| XYZ | 18.22 | 10.55 | 2.11 | - |
| YUV | 78.87 | 98.73 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 41 | 27 | 0 | 0.76 | 0.84 | 0.32 | 5.75 | 0.73 | 0.39 |
| Hex | AD | 29 | 1B | 0 | 4C | 54 | 20 | 6 | 49 | 27 |
| Octal | 255 | 51 | 33 | 0 | 114 | 124 | 40 | 6 | 111 | 47 |
| Binary | 10101101 | 101001 | 11011 | 0 | 1001100 | 1010100 | 100000 | 110 | 1001001 | 100111 |
Color Harmonies of #AD291B
Complementary color
Monochromatic Colors of #AD291B
Black with #AD291B
Text Example
Text Example
White with #AD291B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD291B; }
p { color: rgb(173,41,27); }
H1.HeaderClassName
{
color: #AD291B;
}
.AnyTagClassName
{
color: #AD291B;
}
</style>
background-color css
<style>
a { background-color: #AD291B; }
a { background-color: rgb(173,41,27); }
div.DivClassName
{
background-color: #AD291B;
}
.BgClassName
{
background-color: #AD291B;
}
</style>
border-color css
<style>
span { border-color: #AD291B; }
span { border-color: rgb(173,41,27); }
td.TdClassName
{
border-color: #AD291B;
}
.TagClassName
{
border-color: #AD291B;
}
</style>