Shades of Fire Brick #AD2911
Tints of Fire Brick #AD2911
RGB
CMYK
RGB Variations
Color information
#AD2911 (or 0xAD2911) is known color: Fire Brick. HEX triplet: AD, 29 and 11. RGB value is (173,41,17). Sum of RGB (Red+Green+Blue) = 173+41+17=231 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.89% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2911 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2911 is #52D6EE. Grayscale: #4D4D4D. Windows color (decimal): -5428975 or 1124781. OLE color: 1124781.
HSL color Cylindrical-coordinate representation of color #AD2911: hue angle of 9.23º degrees, saturation: 0.82, 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 #AD2911 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 41 | 17 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.32 |
| HSL | 9.23º | 0.82% | 0.37% | - |
| HSV(B) | 9.23º | 0.9% | 0.68% | - |
| XYZ | 18.13 | 10.51 | 1.6 | - |
| YUV | 77.73 | 93.73 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 41 | 17 | 0 | 0.76 | 0.90 | 0.32 | 9.23 | 0.82 | 0.37 |
| Hex | AD | 29 | 11 | 0 | 4C | 5A | 20 | 9 | 52 | 25 |
| Octal | 255 | 51 | 21 | 0 | 114 | 132 | 40 | 11 | 122 | 45 |
| Binary | 10101101 | 101001 | 10001 | 0 | 1001100 | 1011010 | 100000 | 1001 | 1010010 | 100101 |
Color Harmonies of #AD2911
Complementary color
Monochromatic Colors of #AD2911
Black with #AD2911
Text Example
Text Example
White with #AD2911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2911; }
p { color: rgb(173,41,17); }
H1.HeaderClassName
{
color: #AD2911;
}
.AnyTagClassName
{
color: #AD2911;
}
</style>
background-color css
<style>
a { background-color: #AD2911; }
a { background-color: rgb(173,41,17); }
div.DivClassName
{
background-color: #AD2911;
}
.BgClassName
{
background-color: #AD2911;
}
</style>
border-color css
<style>
span { border-color: #AD2911; }
span { border-color: rgb(173,41,17); }
td.TdClassName
{
border-color: #AD2911;
}
.TagClassName
{
border-color: #AD2911;
}
</style>