Shades of Fire Brick #AD1F04
Tints of Fire Brick #AD1F04
RGB
CMYK
RGB Variations
Color information
#AD1F04 (or 0xAD1F04) is known color: Fire Brick. HEX triplet: AD, 1F and 04. RGB value is (173,31,4). Sum of RGB (Red+Green+Blue) = 173+31+4=208 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.17% from 208); Green value is 31 (12.5% from 255 or 14.90% from 208); Blue value is 4 (1.95% from 255 or 1.92% from 208); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1F04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1F04 is #52E0FB. Grayscale: #464646. Windows color (decimal): -5431548 or 270253. OLE color: 270253.
HSL color Cylindrical-coordinate representation of color #AD1F04: hue angle of 9.59º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD1F04 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 31 | 4 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.32 |
| HSL | 9.59º | 0.95% | 0.35% | - |
| HSV(B) | 9.59º | 0.98% | 0.68% | - |
| XYZ | 17.75 | 9.87 | 1.09 | - |
| YUV | 70.38 | 90.54 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 31 | 4 | 0 | 0.82 | 0.98 | 0.32 | 9.59 | 0.95 | 0.35 |
| Hex | AD | 1F | 4 | 0 | 52 | 62 | 20 | A | 5F | 23 |
| Octal | 255 | 37 | 4 | 0 | 122 | 142 | 40 | 12 | 137 | 43 |
| Binary | 10101101 | 11111 | 100 | 0 | 1010010 | 1100010 | 100000 | 1010 | 1011111 | 100011 |
Color Harmonies of #AD1F04
Complementary color
Monochromatic Colors of #AD1F04
Black with #AD1F04
Text Example
Text Example
White with #AD1F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1F04; }
p { color: rgb(173,31,4); }
H1.HeaderClassName
{
color: #AD1F04;
}
.AnyTagClassName
{
color: #AD1F04;
}
</style>
background-color css
<style>
a { background-color: #AD1F04; }
a { background-color: rgb(173,31,4); }
div.DivClassName
{
background-color: #AD1F04;
}
.BgClassName
{
background-color: #AD1F04;
}
</style>
border-color css
<style>
span { border-color: #AD1F04; }
span { border-color: rgb(173,31,4); }
td.TdClassName
{
border-color: #AD1F04;
}
.TagClassName
{
border-color: #AD1F04;
}
</style>