Shades of Fire Brick #AD1E05
Tints of Fire Brick #AD1E05
RGB
CMYK
RGB Variations
Color information
#AD1E05 (or 0xAD1E05) is known color: Fire Brick. HEX triplet: AD, 1E and 05. RGB value is (173,30,5). Sum of RGB (Red+Green+Blue) = 173+30+5=208 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.17% from 208); Green value is 30 (12.11% from 255 or 14.42% from 208); Blue value is 5 (2.34% from 255 or 2.40% from 208); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1E05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1E05 is #52E1FA. Grayscale: #464646. Windows color (decimal): -5431803 or 335533. OLE color: 335533.
HSL color Cylindrical-coordinate representation of color #AD1E05: hue angle of 8.93º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD1E05 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 30 | 5 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.32 |
| HSL | 8.93º | 0.94% | 0.35% | - |
| HSV(B) | 8.93º | 0.97% | 0.68% | - |
| XYZ | 17.73 | 9.82 | 1.11 | - |
| YUV | 69.91 | 91.38 | 201.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 30 | 5 | 0 | 0.83 | 0.97 | 0.32 | 8.93 | 0.94 | 0.35 |
| Hex | AD | 1E | 5 | 0 | 53 | 61 | 20 | 9 | 5E | 23 |
| Octal | 255 | 36 | 5 | 0 | 123 | 141 | 40 | 11 | 136 | 43 |
| Binary | 10101101 | 11110 | 101 | 0 | 1010011 | 1100001 | 100000 | 1001 | 1011110 | 100011 |
Color Harmonies of #AD1E05
Complementary color
Monochromatic Colors of #AD1E05
Black with #AD1E05
Text Example
Text Example
White with #AD1E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1E05; }
p { color: rgb(173,30,5); }
H1.HeaderClassName
{
color: #AD1E05;
}
.AnyTagClassName
{
color: #AD1E05;
}
</style>
background-color css
<style>
a { background-color: #AD1E05; }
a { background-color: rgb(173,30,5); }
div.DivClassName
{
background-color: #AD1E05;
}
.BgClassName
{
background-color: #AD1E05;
}
</style>
border-color css
<style>
span { border-color: #AD1E05; }
span { border-color: rgb(173,30,5); }
td.TdClassName
{
border-color: #AD1E05;
}
.TagClassName
{
border-color: #AD1E05;
}
</style>