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