Shades of Fire Brick #AD2E19
Tints of Fire Brick #AD2E19
RGB
CMYK
RGB Variations
Color information
#AD2E19 (or 0xAD2E19) is known color: Fire Brick. HEX triplet: AD, 2E and 19. RGB value is (173,46,25). Sum of RGB (Red+Green+Blue) = 173+46+25=244 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.90% from 244); Green value is 46 (18.36% from 255 or 18.85% from 244); Blue value is 25 (10.16% from 255 or 10.25% from 244); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2E19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2E19 is #52D1E6. Grayscale: #515151. Windows color (decimal): -5427687 or 1650349. OLE color: 1650349.
HSL color Cylindrical-coordinate representation of color #AD2E19: hue angle of 8.51º 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 #AD2E19 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 46 | 25 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.32 |
| HSL | 8.51º | 0.75% | 0.39% | - |
| HSV(B) | 8.51º | 0.86% | 0.68% | - |
| XYZ | 18.39 | 10.91 | 2.06 | - |
| YUV | 81.58 | 96.08 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 46 | 25 | 0 | 0.73 | 0.86 | 0.32 | 8.51 | 0.75 | 0.39 |
| Hex | AD | 2E | 19 | 0 | 49 | 56 | 20 | 9 | 4B | 27 |
| Octal | 255 | 56 | 31 | 0 | 111 | 126 | 40 | 11 | 113 | 47 |
| Binary | 10101101 | 101110 | 11001 | 0 | 1001001 | 1010110 | 100000 | 1001 | 1001011 | 100111 |
Color Harmonies of #AD2E19
Complementary color
Monochromatic Colors of #AD2E19
Black with #AD2E19
Text Example
Text Example
White with #AD2E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2E19; }
p { color: rgb(173,46,25); }
H1.HeaderClassName
{
color: #AD2E19;
}
.AnyTagClassName
{
color: #AD2E19;
}
</style>
background-color css
<style>
a { background-color: #AD2E19; }
a { background-color: rgb(173,46,25); }
div.DivClassName
{
background-color: #AD2E19;
}
.BgClassName
{
background-color: #AD2E19;
}
</style>
border-color css
<style>
span { border-color: #AD2E19; }
span { border-color: rgb(173,46,25); }
td.TdClassName
{
border-color: #AD2E19;
}
.TagClassName
{
border-color: #AD2E19;
}
</style>