Shades of Fire Brick #AD221C
Tints of Fire Brick #AD221C
RGB
CMYK
RGB Variations
Color information
#AD221C (or 0xAD221C) is known color: Fire Brick. HEX triplet: AD, 22 and 1C. RGB value is (173,34,28). Sum of RGB (Red+Green+Blue) = 173+34+28=235 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.62% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 173 - color contains mainly: red. Hex color #AD221C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD221C is #52DDE3. Grayscale: #4B4B4B. Windows color (decimal): -5430756 or 1843885. OLE color: 1843885.
HSL color Cylindrical-coordinate representation of color #AD221C: hue angle of 2.48º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD221C is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 34 | 28 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.32 |
| HSL | 2.48º | 0.72% | 0.39% | - |
| HSV(B) | 2.48º | 0.84% | 0.68% | - |
| XYZ | 18.02 | 10.11 | 2.1 | - |
| YUV | 74.88 | 101.55 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 34 | 28 | 0 | 0.80 | 0.84 | 0.32 | 2.48 | 0.72 | 0.39 |
| Hex | AD | 22 | 1C | 0 | 50 | 54 | 20 | 2 | 48 | 27 |
| Octal | 255 | 42 | 34 | 0 | 120 | 124 | 40 | 2 | 110 | 47 |
| Binary | 10101101 | 100010 | 11100 | 0 | 1010000 | 1010100 | 100000 | 10 | 1001000 | 100111 |
Color Harmonies of #AD221C
Complementary color
Monochromatic Colors of #AD221C
Black with #AD221C
Text Example
Text Example
White with #AD221C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD221C; }
p { color: rgb(173,34,28); }
H1.HeaderClassName
{
color: #AD221C;
}
.AnyTagClassName
{
color: #AD221C;
}
</style>
background-color css
<style>
a { background-color: #AD221C; }
a { background-color: rgb(173,34,28); }
div.DivClassName
{
background-color: #AD221C;
}
.BgClassName
{
background-color: #AD221C;
}
</style>
border-color css
<style>
span { border-color: #AD221C; }
span { border-color: rgb(173,34,28); }
td.TdClassName
{
border-color: #AD221C;
}
.TagClassName
{
border-color: #AD221C;
}
</style>