Shades of Fire Brick #AD1F08
Tints of Fire Brick #AD1F08
RGB
CMYK
RGB Variations
Color information
#AD1F08 (or 0xAD1F08) is known color: Fire Brick. HEX triplet: AD, 1F and 08. RGB value is (173,31,8). Sum of RGB (Red+Green+Blue) = 173+31+8=212 (28% of max value = 765). Red value is 173 (67.97% from 255 or 81.60% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 8 (3.52% from 255 or 3.77% from 212); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1F08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1F08 is #52E0F7. Grayscale: #474747. Windows color (decimal): -5431544 or 532397. OLE color: 532397.
HSL color Cylindrical-coordinate representation of color #AD1F08: hue angle of 8.36º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD1F08 is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 31 | 8 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.32 |
| HSL | 8.36º | 0.91% | 0.35% | - |
| HSV(B) | 8.36º | 0.95% | 0.68% | - |
| XYZ | 17.77 | 9.88 | 1.2 | - |
| YUV | 70.84 | 92.54 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 31 | 8 | 0 | 0.82 | 0.95 | 0.32 | 8.36 | 0.91 | 0.35 |
| Hex | AD | 1F | 8 | 0 | 52 | 5F | 20 | 8 | 5B | 23 |
| Octal | 255 | 37 | 10 | 0 | 122 | 137 | 40 | 10 | 133 | 43 |
| Binary | 10101101 | 11111 | 1000 | 0 | 1010010 | 1011111 | 100000 | 1000 | 1011011 | 100011 |
Color Harmonies of #AD1F08
Complementary color
Monochromatic Colors of #AD1F08
Black with #AD1F08
Text Example
Text Example
White with #AD1F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1F08; }
p { color: rgb(173,31,8); }
H1.HeaderClassName
{
color: #AD1F08;
}
.AnyTagClassName
{
color: #AD1F08;
}
</style>
background-color css
<style>
a { background-color: #AD1F08; }
a { background-color: rgb(173,31,8); }
div.DivClassName
{
background-color: #AD1F08;
}
.BgClassName
{
background-color: #AD1F08;
}
</style>
border-color css
<style>
span { border-color: #AD1F08; }
span { border-color: rgb(173,31,8); }
td.TdClassName
{
border-color: #AD1F08;
}
.TagClassName
{
border-color: #AD1F08;
}
</style>