Shades of Fire Brick #AD1B11
Tints of Fire Brick #AD1B11
RGB
CMYK
RGB Variations
Color information
#AD1B11 (or 0xAD1B11) is known color: Fire Brick. HEX triplet: AD, 1B and 11. RGB value is (173,27,17). Sum of RGB (Red+Green+Blue) = 173+27+17=217 (28% of max value = 765). Red value is 173 (67.97% from 255 or 79.72% from 217); Green value is 27 (10.94% from 255 or 12.44% from 217); Blue value is 17 (7.03% from 255 or 7.83% from 217); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1B11 is #52E4EE. Grayscale: #454545. Windows color (decimal): -5432559 or 1121197. OLE color: 1121197.
HSL color Cylindrical-coordinate representation of color #AD1B11: hue angle of 3.85º 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 #AD1B11 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 27 | 17 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.32 |
| HSL | 3.85º | 0.82% | 0.37% | - |
| HSV(B) | 3.85º | 0.9% | 0.68% | - |
| XYZ | 17.73 | 9.71 | 1.47 | - |
| YUV | 69.51 | 98.37 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 17 | 0 | 0.84 | 0.90 | 0.32 | 3.85 | 0.82 | 0.37 |
| Hex | AD | 1B | 11 | 0 | 54 | 5A | 20 | 4 | 52 | 25 |
| Octal | 255 | 33 | 21 | 0 | 124 | 132 | 40 | 4 | 122 | 45 |
| Binary | 10101101 | 11011 | 10001 | 0 | 1010100 | 1011010 | 100000 | 100 | 1010010 | 100101 |
Color Harmonies of #AD1B11
Complementary color
Monochromatic Colors of #AD1B11
Black with #AD1B11
Text Example
Text Example
White with #AD1B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1B11; }
p { color: rgb(173,27,17); }
H1.HeaderClassName
{
color: #AD1B11;
}
.AnyTagClassName
{
color: #AD1B11;
}
</style>
background-color css
<style>
a { background-color: #AD1B11; }
a { background-color: rgb(173,27,17); }
div.DivClassName
{
background-color: #AD1B11;
}
.BgClassName
{
background-color: #AD1B11;
}
</style>
border-color css
<style>
span { border-color: #AD1B11; }
span { border-color: rgb(173,27,17); }
td.TdClassName
{
border-color: #AD1B11;
}
.TagClassName
{
border-color: #AD1B11;
}
</style>