Shades of Fire Brick #AD150B
Tints of Fire Brick #AD150B
RGB
CMYK
RGB Variations
Color information
#AD150B (or 0xAD150B) is known color: Fire Brick. HEX triplet: AD, 15 and 0B. RGB value is (173,21,11). Sum of RGB (Red+Green+Blue) = 173+21+11=205 (27% of max value = 765). Red value is 173 (67.97% from 255 or 84.39% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 11 (4.69% from 255 or 5.37% from 205); Max value from RGB is 173 - color contains mainly: red. Hex color #AD150B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD150B is #52EAF4. Grayscale: #414141. Windows color (decimal): -5434101 or 726445. OLE color: 726445.
HSL color Cylindrical-coordinate representation of color #AD150B: hue angle of 3.7º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD150B is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 21 | 11 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.32 |
| HSL | 3.7º | 0.88% | 0.36% | - |
| HSV(B) | 3.7º | 0.94% | 0.68% | - |
| XYZ | 17.56 | 9.44 | 1.21 | - |
| YUV | 65.31 | 97.36 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 11 | 0 | 0.88 | 0.94 | 0.32 | 3.7 | 0.88 | 0.36 |
| Hex | AD | 15 | B | 0 | 58 | 5E | 20 | 4 | 58 | 24 |
| Octal | 255 | 25 | 13 | 0 | 130 | 136 | 40 | 4 | 130 | 44 |
| Binary | 10101101 | 10101 | 1011 | 0 | 1011000 | 1011110 | 100000 | 100 | 1011000 | 100100 |
Color Harmonies of #AD150B
Complementary color
Monochromatic Colors of #AD150B
Black with #AD150B
Text Example
Text Example
White with #AD150B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD150B; }
p { color: rgb(173,21,11); }
H1.HeaderClassName
{
color: #AD150B;
}
.AnyTagClassName
{
color: #AD150B;
}
</style>
background-color css
<style>
a { background-color: #AD150B; }
a { background-color: rgb(173,21,11); }
div.DivClassName
{
background-color: #AD150B;
}
.BgClassName
{
background-color: #AD150B;
}
</style>
border-color css
<style>
span { border-color: #AD150B; }
span { border-color: rgb(173,21,11); }
td.TdClassName
{
border-color: #AD150B;
}
.TagClassName
{
border-color: #AD150B;
}
</style>