Shades of Fire Brick #AD2A20
Tints of Fire Brick #AD2A20
RGB
CMYK
RGB Variations
Color information
#AD2A20 (or 0xAD2A20) is known color: Fire Brick. HEX triplet: AD, 2A and 20. RGB value is (173,42,32). Sum of RGB (Red+Green+Blue) = 173+42+32=247 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.04% from 247); Green value is 42 (16.80% from 255 or 17.00% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2A20 is #52D5DF. Grayscale: #505050. Windows color (decimal): -5428704 or 2108077. OLE color: 2108077.
HSL color Cylindrical-coordinate representation of color #AD2A20: hue angle of 4.26º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD2A20 is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 42 | 32 | - |
| CMYK | 0 | 0.76 | 0.82 | 0.32 |
| HSL | 4.26º | 0.69% | 0.4% | - |
| HSV(B) | 4.26º | 0.82% | 0.68% | - |
| XYZ | 18.32 | 10.64 | 2.46 | - |
| YUV | 80.03 | 100.9 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 42 | 32 | 0 | 0.76 | 0.82 | 0.32 | 4.26 | 0.69 | 0.4 |
| Hex | AD | 2A | 20 | 0 | 4C | 52 | 20 | 4 | 45 | 28 |
| Octal | 255 | 52 | 40 | 0 | 114 | 122 | 40 | 4 | 105 | 50 |
| Binary | 10101101 | 101010 | 100000 | 0 | 1001100 | 1010010 | 100000 | 100 | 1000101 | 101000 |
Color Harmonies of #AD2A20
Complementary color
Monochromatic Colors of #AD2A20
Black with #AD2A20
Text Example
Text Example
White with #AD2A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2A20; }
p { color: rgb(173,42,32); }
H1.HeaderClassName
{
color: #AD2A20;
}
.AnyTagClassName
{
color: #AD2A20;
}
</style>
background-color css
<style>
a { background-color: #AD2A20; }
a { background-color: rgb(173,42,32); }
div.DivClassName
{
background-color: #AD2A20;
}
.BgClassName
{
background-color: #AD2A20;
}
</style>
border-color css
<style>
span { border-color: #AD2A20; }
span { border-color: rgb(173,42,32); }
td.TdClassName
{
border-color: #AD2A20;
}
.TagClassName
{
border-color: #AD2A20;
}
</style>