Shades of Fire Brick #AD221A
Tints of Fire Brick #AD221A
RGB
CMYK
RGB Variations
Color information
#AD221A (or 0xAD221A) is known color: Fire Brick. HEX triplet: AD, 22 and 1A. RGB value is (173,34,26). Sum of RGB (Red+Green+Blue) = 173+34+26=233 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.25% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 26 (10.55% from 255 or 11.16% from 233); Max value from RGB is 173 - color contains mainly: red. Hex color #AD221A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD221A is #52DDE5. Grayscale: #4A4A4A. Windows color (decimal): -5430758 or 1712813. OLE color: 1712813.
HSL color Cylindrical-coordinate representation of color #AD221A: hue angle of 3.27º 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 #AD221A is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 34 | 26 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.32 |
| HSL | 3.27º | 0.74% | 0.39% | - |
| HSV(B) | 3.27º | 0.85% | 0.68% | - |
| XYZ | 17.99 | 10.1 | 1.98 | - |
| YUV | 74.65 | 100.55 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 34 | 26 | 0 | 0.80 | 0.85 | 0.32 | 3.27 | 0.74 | 0.39 |
| Hex | AD | 22 | 1A | 0 | 50 | 55 | 20 | 3 | 4A | 27 |
| Octal | 255 | 42 | 32 | 0 | 120 | 125 | 40 | 3 | 112 | 47 |
| Binary | 10101101 | 100010 | 11010 | 0 | 1010000 | 1010101 | 100000 | 11 | 1001010 | 100111 |
Color Harmonies of #AD221A
Complementary color
Monochromatic Colors of #AD221A
Black with #AD221A
Text Example
Text Example
White with #AD221A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD221A; }
p { color: rgb(173,34,26); }
H1.HeaderClassName
{
color: #AD221A;
}
.AnyTagClassName
{
color: #AD221A;
}
</style>
background-color css
<style>
a { background-color: #AD221A; }
a { background-color: rgb(173,34,26); }
div.DivClassName
{
background-color: #AD221A;
}
.BgClassName
{
background-color: #AD221A;
}
</style>
border-color css
<style>
span { border-color: #AD221A; }
span { border-color: rgb(173,34,26); }
td.TdClassName
{
border-color: #AD221A;
}
.TagClassName
{
border-color: #AD221A;
}
</style>