Shades of Fire Brick #AD150C
Tints of Fire Brick #AD150C
RGB
CMYK
RGB Variations
Color information
#AD150C (or 0xAD150C) is known color: Fire Brick. HEX triplet: AD, 15 and 0C. RGB value is (173,21,12). Sum of RGB (Red+Green+Blue) = 173+21+12=206 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.98% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 173 - color contains mainly: red. Hex color #AD150C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD150C is #52EAF3. Grayscale: #414141. Windows color (decimal): -5434100 or 791981. OLE color: 791981.
HSL color Cylindrical-coordinate representation of color #AD150C: hue angle of 3.35º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD150C is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 21 | 12 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.32 |
| HSL | 3.35º | 0.87% | 0.36% | - |
| HSV(B) | 3.35º | 0.93% | 0.68% | - |
| XYZ | 17.57 | 9.45 | 1.25 | - |
| YUV | 65.42 | 97.86 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 12 | 0 | 0.88 | 0.93 | 0.32 | 3.35 | 0.87 | 0.36 |
| Hex | AD | 15 | C | 0 | 58 | 5D | 20 | 3 | 57 | 24 |
| Octal | 255 | 25 | 14 | 0 | 130 | 135 | 40 | 3 | 127 | 44 |
| Binary | 10101101 | 10101 | 1100 | 0 | 1011000 | 1011101 | 100000 | 11 | 1010111 | 100100 |
Color Harmonies of #AD150C
Complementary color
Monochromatic Colors of #AD150C
Black with #AD150C
Text Example
Text Example
White with #AD150C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD150C; }
p { color: rgb(173,21,12); }
H1.HeaderClassName
{
color: #AD150C;
}
.AnyTagClassName
{
color: #AD150C;
}
</style>
background-color css
<style>
a { background-color: #AD150C; }
a { background-color: rgb(173,21,12); }
div.DivClassName
{
background-color: #AD150C;
}
.BgClassName
{
background-color: #AD150C;
}
</style>
border-color css
<style>
span { border-color: #AD150C; }
span { border-color: rgb(173,21,12); }
td.TdClassName
{
border-color: #AD150C;
}
.TagClassName
{
border-color: #AD150C;
}
</style>