Shades of Fire Brick #AD321A
Tints of Fire Brick #AD321A
RGB
CMYK
RGB Variations
Color information
#AD321A (or 0xAD321A) is known color: Fire Brick. HEX triplet: AD, 32 and 1A. RGB value is (173,50,26). Sum of RGB (Red+Green+Blue) = 173+50+26=249 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.48% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 26 (10.55% from 255 or 10.44% from 249); Max value from RGB is 173 - color contains mainly: red. Hex color #AD321A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD321A is #52CDE5. Grayscale: #545454. Windows color (decimal): -5426662 or 1716909. OLE color: 1716909.
HSL color Cylindrical-coordinate representation of color #AD321A: hue angle of 9.8º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD321A is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 50 | 26 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.32 |
| HSL | 9.8º | 0.74% | 0.39% | - |
| HSV(B) | 9.8º | 0.85% | 0.68% | - |
| XYZ | 18.56 | 11.24 | 2.17 | - |
| YUV | 84.04 | 95.25 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 26 | 0 | 0.71 | 0.85 | 0.32 | 9.8 | 0.74 | 0.39 |
| Hex | AD | 32 | 1A | 0 | 47 | 55 | 20 | A | 4A | 27 |
| Octal | 255 | 62 | 32 | 0 | 107 | 125 | 40 | 12 | 112 | 47 |
| Binary | 10101101 | 110010 | 11010 | 0 | 1000111 | 1010101 | 100000 | 1010 | 1001010 | 100111 |
Color Harmonies of #AD321A
Complementary color
Monochromatic Colors of #AD321A
Black with #AD321A
Text Example
Text Example
White with #AD321A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD321A; }
p { color: rgb(173,50,26); }
H1.HeaderClassName
{
color: #AD321A;
}
.AnyTagClassName
{
color: #AD321A;
}
</style>
background-color css
<style>
a { background-color: #AD321A; }
a { background-color: rgb(173,50,26); }
div.DivClassName
{
background-color: #AD321A;
}
.BgClassName
{
background-color: #AD321A;
}
</style>
border-color css
<style>
span { border-color: #AD321A; }
span { border-color: rgb(173,50,26); }
td.TdClassName
{
border-color: #AD321A;
}
.TagClassName
{
border-color: #AD321A;
}
</style>