Shades of Fire Brick #AD1A09
Tints of Fire Brick #AD1A09
RGB
CMYK
RGB Variations
Color information
#AD1A09 (or 0xAD1A09) is known color: Fire Brick. HEX triplet: AD, 1A and 09. RGB value is (173,26,9). Sum of RGB (Red+Green+Blue) = 173+26+9=208 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.17% from 208); Green value is 26 (10.55% from 255 or 12.5% from 208); Blue value is 9 (3.91% from 255 or 4.33% from 208); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1A09 is #52E5F6. Grayscale: #444444. Windows color (decimal): -5432823 or 596653. OLE color: 596653.
HSL color Cylindrical-coordinate representation of color #AD1A09: hue angle of 6.22º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD1A09 is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 26 | 9 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.32 |
| HSL | 6.22º | 0.9% | 0.36% | - |
| HSV(B) | 6.22º | 0.95% | 0.68% | - |
| XYZ | 17.65 | 9.64 | 1.19 | - |
| YUV | 68.02 | 94.7 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 26 | 9 | 0 | 0.85 | 0.95 | 0.32 | 6.22 | 0.9 | 0.36 |
| Hex | AD | 1A | 9 | 0 | 55 | 5F | 20 | 6 | 5A | 24 |
| Octal | 255 | 32 | 11 | 0 | 125 | 137 | 40 | 6 | 132 | 44 |
| Binary | 10101101 | 11010 | 1001 | 0 | 1010101 | 1011111 | 100000 | 110 | 1011010 | 100100 |
Color Harmonies of #AD1A09
Complementary color
Monochromatic Colors of #AD1A09
Black with #AD1A09
Text Example
Text Example
White with #AD1A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1A09; }
p { color: rgb(173,26,9); }
H1.HeaderClassName
{
color: #AD1A09;
}
.AnyTagClassName
{
color: #AD1A09;
}
</style>
background-color css
<style>
a { background-color: #AD1A09; }
a { background-color: rgb(173,26,9); }
div.DivClassName
{
background-color: #AD1A09;
}
.BgClassName
{
background-color: #AD1A09;
}
</style>
border-color css
<style>
span { border-color: #AD1A09; }
span { border-color: rgb(173,26,9); }
td.TdClassName
{
border-color: #AD1A09;
}
.TagClassName
{
border-color: #AD1A09;
}
</style>