Shades of Fire Brick #AD211C
Tints of Fire Brick #AD211C
RGB
CMYK
RGB Variations
Color information
#AD211C (or 0xAD211C) is known color: Fire Brick. HEX triplet: AD, 21 and 1C. RGB value is (173,33,28). Sum of RGB (Red+Green+Blue) = 173+33+28=234 (30% of max value = 765). Red value is 173 (67.97% from 255 or 73.93% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 28 (11.33% from 255 or 11.97% from 234); Max value from RGB is 173 - color contains mainly: red. Hex color #AD211C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD211C is #52DEE3. Grayscale: #4A4A4A. Windows color (decimal): -5431012 or 1843629. OLE color: 1843629.
HSL color Cylindrical-coordinate representation of color #AD211C: hue angle of 2.07º 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 #AD211C is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 33 | 28 | - |
| CMYK | 0 | 0.81 | 0.84 | 0.32 |
| HSL | 2.07º | 0.72% | 0.39% | - |
| HSV(B) | 2.07º | 0.84% | 0.68% | - |
| XYZ | 17.99 | 10.06 | 2.09 | - |
| YUV | 74.29 | 101.88 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 28 | 0 | 0.81 | 0.84 | 0.32 | 2.07 | 0.72 | 0.39 |
| Hex | AD | 21 | 1C | 0 | 51 | 54 | 20 | 2 | 48 | 27 |
| Octal | 255 | 41 | 34 | 0 | 121 | 124 | 40 | 2 | 110 | 47 |
| Binary | 10101101 | 100001 | 11100 | 0 | 1010001 | 1010100 | 100000 | 10 | 1001000 | 100111 |
Color Harmonies of #AD211C
Complementary color
Monochromatic Colors of #AD211C
Black with #AD211C
Text Example
Text Example
White with #AD211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD211C; }
p { color: rgb(173,33,28); }
H1.HeaderClassName
{
color: #AD211C;
}
.AnyTagClassName
{
color: #AD211C;
}
</style>
background-color css
<style>
a { background-color: #AD211C; }
a { background-color: rgb(173,33,28); }
div.DivClassName
{
background-color: #AD211C;
}
.BgClassName
{
background-color: #AD211C;
}
</style>
border-color css
<style>
span { border-color: #AD211C; }
span { border-color: rgb(173,33,28); }
td.TdClassName
{
border-color: #AD211C;
}
.TagClassName
{
border-color: #AD211C;
}
</style>