Shades of Fire Brick #AD2C11
Tints of Fire Brick #AD2C11
RGB
CMYK
RGB Variations
Color information
#AD2C11 (or 0xAD2C11) is known color: Fire Brick. HEX triplet: AD, 2C and 11. RGB value is (173,44,17). Sum of RGB (Red+Green+Blue) = 173+44+17=234 (30% of max value = 765). Red value is 173 (67.97% from 255 or 73.93% from 234); Green value is 44 (17.58% from 255 or 18.80% from 234); Blue value is 17 (7.03% from 255 or 7.26% from 234); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2C11 is #52D3EE. Grayscale: #4F4F4F. Windows color (decimal): -5428207 or 1125549. OLE color: 1125549.
HSL color Cylindrical-coordinate representation of color #AD2C11: hue angle of 10.38º 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 #AD2C11 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 44 | 17 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.32 |
| HSL | 10.38º | 0.82% | 0.37% | - |
| HSV(B) | 10.38º | 0.9% | 0.68% | - |
| XYZ | 18.24 | 10.73 | 1.64 | - |
| YUV | 79.49 | 92.74 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 44 | 17 | 0 | 0.75 | 0.90 | 0.32 | 10.38 | 0.82 | 0.37 |
| Hex | AD | 2C | 11 | 0 | 4B | 5A | 20 | A | 52 | 25 |
| Octal | 255 | 54 | 21 | 0 | 113 | 132 | 40 | 12 | 122 | 45 |
| Binary | 10101101 | 101100 | 10001 | 0 | 1001011 | 1011010 | 100000 | 1010 | 1010010 | 100101 |
Color Harmonies of #AD2C11
Complementary color
Monochromatic Colors of #AD2C11
Black with #AD2C11
Text Example
Text Example
White with #AD2C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2C11; }
p { color: rgb(173,44,17); }
H1.HeaderClassName
{
color: #AD2C11;
}
.AnyTagClassName
{
color: #AD2C11;
}
</style>
background-color css
<style>
a { background-color: #AD2C11; }
a { background-color: rgb(173,44,17); }
div.DivClassName
{
background-color: #AD2C11;
}
.BgClassName
{
background-color: #AD2C11;
}
</style>
border-color css
<style>
span { border-color: #AD2C11; }
span { border-color: rgb(173,44,17); }
td.TdClassName
{
border-color: #AD2C11;
}
.TagClassName
{
border-color: #AD2C11;
}
</style>