Shades of Fire Brick #AD1A05
Tints of Fire Brick #AD1A05
RGB
CMYK
RGB Variations
Color information
#AD1A05 (or 0xAD1A05) is known color: Fire Brick. HEX triplet: AD, 1A and 05. RGB value is (173,26,5). Sum of RGB (Red+Green+Blue) = 173+26+5=204 (27% of max value = 765). Red value is 173 (67.97% from 255 or 84.80% from 204); Green value is 26 (10.55% from 255 or 12.75% from 204); Blue value is 5 (2.34% from 255 or 2.45% from 204); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1A05 is #52E5FA. Grayscale: #434343. Windows color (decimal): -5432827 or 334509. OLE color: 334509.
HSL color Cylindrical-coordinate representation of color #AD1A05: hue angle of 7.5º 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 #AD1A05 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 26 | 5 | - |
| CMYK | 0 | 0.85 | 0.97 | 0.32 |
| HSL | 7.5º | 0.94% | 0.35% | - |
| HSV(B) | 7.5º | 0.97% | 0.68% | - |
| XYZ | 17.63 | 9.63 | 1.07 | - |
| YUV | 67.56 | 92.7 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 26 | 5 | 0 | 0.85 | 0.97 | 0.32 | 7.5 | 0.94 | 0.35 |
| Hex | AD | 1A | 5 | 0 | 55 | 61 | 20 | 8 | 5E | 23 |
| Octal | 255 | 32 | 5 | 0 | 125 | 141 | 40 | 10 | 136 | 43 |
| Binary | 10101101 | 11010 | 101 | 0 | 1010101 | 1100001 | 100000 | 1000 | 1011110 | 100011 |
Color Harmonies of #AD1A05
Complementary color
Monochromatic Colors of #AD1A05
Black with #AD1A05
Text Example
Text Example
White with #AD1A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1A05; }
p { color: rgb(173,26,5); }
H1.HeaderClassName
{
color: #AD1A05;
}
.AnyTagClassName
{
color: #AD1A05;
}
</style>
background-color css
<style>
a { background-color: #AD1A05; }
a { background-color: rgb(173,26,5); }
div.DivClassName
{
background-color: #AD1A05;
}
.BgClassName
{
background-color: #AD1A05;
}
</style>
border-color css
<style>
span { border-color: #AD1A05; }
span { border-color: rgb(173,26,5); }
td.TdClassName
{
border-color: #AD1A05;
}
.TagClassName
{
border-color: #AD1A05;
}
</style>