Shades of Fire Brick #AD2826
Tints of Fire Brick #AD2826
RGB
CMYK
RGB Variations
Color information
#AD2826 (or 0xAD2826) is known color: Fire Brick. HEX triplet: AD, 28 and 26. RGB value is (173,40,38). Sum of RGB (Red+Green+Blue) = 173+40+38=251 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.92% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 38 (15.23% from 255 or 15.14% from 251); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2826 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2826 is #52D7D9. Grayscale: #4F4F4F. Windows color (decimal): -5429210 or 2500781. OLE color: 2500781.
HSL color Cylindrical-coordinate representation of color #AD2826: hue angle of 0.89º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD2826 is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 40 | 38 | - |
| CMYK | 0 | 0.77 | 0.78 | 0.32 |
| HSL | 0.89º | 0.64% | 0.41% | - |
| HSV(B) | 0.89º | 0.78% | 0.68% | - |
| XYZ | 18.34 | 10.54 | 2.9 | - |
| YUV | 79.54 | 104.56 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 38 | 0 | 0.77 | 0.78 | 0.32 | 0.89 | 0.64 | 0.41 |
| Hex | AD | 28 | 26 | 0 | 4D | 4E | 20 | 1 | 40 | 29 |
| Octal | 255 | 50 | 46 | 0 | 115 | 116 | 40 | 1 | 100 | 51 |
| Binary | 10101101 | 101000 | 100110 | 0 | 1001101 | 1001110 | 100000 | 1 | 1000000 | 101001 |
Color Harmonies of #AD2826
Complementary color
Monochromatic Colors of #AD2826
Black with #AD2826
Text Example
Text Example
White with #AD2826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2826; }
p { color: rgb(173,40,38); }
H1.HeaderClassName
{
color: #AD2826;
}
.AnyTagClassName
{
color: #AD2826;
}
</style>
background-color css
<style>
a { background-color: #AD2826; }
a { background-color: rgb(173,40,38); }
div.DivClassName
{
background-color: #AD2826;
}
.BgClassName
{
background-color: #AD2826;
}
</style>
border-color css
<style>
span { border-color: #AD2826; }
span { border-color: rgb(173,40,38); }
td.TdClassName
{
border-color: #AD2826;
}
.TagClassName
{
border-color: #AD2826;
}
</style>