Shades of Fire Brick #AD2522
Tints of Fire Brick #AD2522
RGB
CMYK
RGB Variations
Color information
#AD2522 (or 0xAD2522) is known color: Fire Brick. HEX triplet: AD, 25 and 22. RGB value is (173,37,34). Sum of RGB (Red+Green+Blue) = 173+37+34=244 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.90% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 34 (13.67% from 255 or 13.93% from 244); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2522 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2522 is #52DADD. Grayscale: #4D4D4D. Windows color (decimal): -5429982 or 2237869. OLE color: 2237869.
HSL color Cylindrical-coordinate representation of color #AD2522: hue angle of 1.29º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2522 is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 34 | - |
| CMYK | 0 | 0.79 | 0.80 | 0.32 |
| HSL | 1.29º | 0.67% | 0.41% | - |
| HSV(B) | 1.29º | 0.8% | 0.68% | - |
| XYZ | 18.18 | 10.32 | 2.55 | - |
| YUV | 77.32 | 103.56 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 34 | 0 | 0.79 | 0.80 | 0.32 | 1.29 | 0.67 | 0.41 |
| Hex | AD | 25 | 22 | 0 | 4F | 50 | 20 | 1 | 43 | 29 |
| Octal | 255 | 45 | 42 | 0 | 117 | 120 | 40 | 1 | 103 | 51 |
| Binary | 10101101 | 100101 | 100010 | 0 | 1001111 | 1010000 | 100000 | 1 | 1000011 | 101001 |
Color Harmonies of #AD2522
Complementary color
Monochromatic Colors of #AD2522
Black with #AD2522
Text Example
Text Example
White with #AD2522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2522; }
p { color: rgb(173,37,34); }
H1.HeaderClassName
{
color: #AD2522;
}
.AnyTagClassName
{
color: #AD2522;
}
</style>
background-color css
<style>
a { background-color: #AD2522; }
a { background-color: rgb(173,37,34); }
div.DivClassName
{
background-color: #AD2522;
}
.BgClassName
{
background-color: #AD2522;
}
</style>
border-color css
<style>
span { border-color: #AD2522; }
span { border-color: rgb(173,37,34); }
td.TdClassName
{
border-color: #AD2522;
}
.TagClassName
{
border-color: #AD2522;
}
</style>