Shades of Fire Brick #AD201B
Tints of Fire Brick #AD201B
RGB
CMYK
RGB Variations
Color information
#AD201B (or 0xAD201B) is known color: Fire Brick. HEX triplet: AD, 20 and 1B. RGB value is (173,32,27). Sum of RGB (Red+Green+Blue) = 173+32+27=232 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.57% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 27 (10.94% from 255 or 11.64% from 232); Max value from RGB is 173 - color contains mainly: red. Hex color #AD201B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD201B is #52DFE4. Grayscale: #494949. Windows color (decimal): -5431269 or 1777837. OLE color: 1777837.
HSL color Cylindrical-coordinate representation of color #AD201B: hue angle of 2.05º degrees, saturation: 0.73, 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 #AD201B is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 32 | 27 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.32 |
| HSL | 2.05º | 0.73% | 0.39% | - |
| HSV(B) | 2.05º | 0.84% | 0.68% | - |
| XYZ | 17.95 | 10 | 2.02 | - |
| YUV | 73.59 | 101.71 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 32 | 27 | 0 | 0.82 | 0.84 | 0.32 | 2.05 | 0.73 | 0.39 |
| Hex | AD | 20 | 1B | 0 | 52 | 54 | 20 | 2 | 49 | 27 |
| Octal | 255 | 40 | 33 | 0 | 122 | 124 | 40 | 2 | 111 | 47 |
| Binary | 10101101 | 100000 | 11011 | 0 | 1010010 | 1010100 | 100000 | 10 | 1001001 | 100111 |
Color Harmonies of #AD201B
Complementary color
Monochromatic Colors of #AD201B
Black with #AD201B
Text Example
Text Example
White with #AD201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD201B; }
p { color: rgb(173,32,27); }
H1.HeaderClassName
{
color: #AD201B;
}
.AnyTagClassName
{
color: #AD201B;
}
</style>
background-color css
<style>
a { background-color: #AD201B; }
a { background-color: rgb(173,32,27); }
div.DivClassName
{
background-color: #AD201B;
}
.BgClassName
{
background-color: #AD201B;
}
</style>
border-color css
<style>
span { border-color: #AD201B; }
span { border-color: rgb(173,32,27); }
td.TdClassName
{
border-color: #AD201B;
}
.TagClassName
{
border-color: #AD201B;
}
</style>