Shades of Fire Brick #AD1A19
Tints of Fire Brick #AD1A19
RGB
CMYK
RGB Variations
Color information
#AD1A19 (or 0xAD1A19) is known color: Fire Brick. HEX triplet: AD, 1A and 19. RGB value is (173,26,25). Sum of RGB (Red+Green+Blue) = 173+26+25=224 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.23% from 224); Green value is 26 (10.55% from 255 or 11.61% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1A19 is #52E5E6. Grayscale: #454545. Windows color (decimal): -5432807 or 1645229. OLE color: 1645229.
HSL color Cylindrical-coordinate representation of color #AD1A19: hue angle of 0.41º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1A19 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 26 | 25 | - |
| CMYK | 0 | 0.85 | 0.86 | 0.32 |
| HSL | 0.41º | 0.75% | 0.39% | - |
| HSV(B) | 0.41º | 0.86% | 0.68% | - |
| XYZ | 17.78 | 9.69 | 1.85 | - |
| YUV | 69.84 | 102.7 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 26 | 25 | 0 | 0.85 | 0.86 | 0.32 | 0.41 | 0.75 | 0.39 |
| Hex | AD | 1A | 19 | 0 | 55 | 56 | 20 | 0 | 4B | 27 |
| Octal | 255 | 32 | 31 | 0 | 125 | 126 | 40 | 0 | 113 | 47 |
| Binary | 10101101 | 11010 | 11001 | 0 | 1010101 | 1010110 | 100000 | 0 | 1001011 | 100111 |
Color Harmonies of #AD1A19
Complementary color
Monochromatic Colors of #AD1A19
Black with #AD1A19
Text Example
Text Example
White with #AD1A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1A19; }
p { color: rgb(173,26,25); }
H1.HeaderClassName
{
color: #AD1A19;
}
.AnyTagClassName
{
color: #AD1A19;
}
</style>
background-color css
<style>
a { background-color: #AD1A19; }
a { background-color: rgb(173,26,25); }
div.DivClassName
{
background-color: #AD1A19;
}
.BgClassName
{
background-color: #AD1A19;
}
</style>
border-color css
<style>
span { border-color: #AD1A19; }
span { border-color: rgb(173,26,25); }
td.TdClassName
{
border-color: #AD1A19;
}
.TagClassName
{
border-color: #AD1A19;
}
</style>