Shades of Fire Brick #AD2018
Tints of Fire Brick #AD2018
RGB
CMYK
RGB Variations
Color information
#AD2018 (or 0xAD2018) is known color: Fire Brick. HEX triplet: AD, 20 and 18. RGB value is (173,32,24). Sum of RGB (Red+Green+Blue) = 173+32+24=229 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.55% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 24 (9.77% from 255 or 10.48% from 229); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2018 is #52DFE7. Grayscale: #494949. Windows color (decimal): -5431272 or 1581229. OLE color: 1581229.
HSL color Cylindrical-coordinate representation of color #AD2018: hue angle of 3.22º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD2018 is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 32 | 24 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.32 |
| HSL | 3.22º | 0.76% | 0.39% | - |
| HSV(B) | 3.22º | 0.86% | 0.68% | - |
| XYZ | 17.91 | 9.98 | 1.85 | - |
| YUV | 73.25 | 100.21 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 32 | 24 | 0 | 0.82 | 0.86 | 0.32 | 3.22 | 0.76 | 0.39 |
| Hex | AD | 20 | 18 | 0 | 52 | 56 | 20 | 3 | 4C | 27 |
| Octal | 255 | 40 | 30 | 0 | 122 | 126 | 40 | 3 | 114 | 47 |
| Binary | 10101101 | 100000 | 11000 | 0 | 1010010 | 1010110 | 100000 | 11 | 1001100 | 100111 |
Color Harmonies of #AD2018
Complementary color
Monochromatic Colors of #AD2018
Black with #AD2018
Text Example
Text Example
White with #AD2018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2018; }
p { color: rgb(173,32,24); }
H1.HeaderClassName
{
color: #AD2018;
}
.AnyTagClassName
{
color: #AD2018;
}
</style>
background-color css
<style>
a { background-color: #AD2018; }
a { background-color: rgb(173,32,24); }
div.DivClassName
{
background-color: #AD2018;
}
.BgClassName
{
background-color: #AD2018;
}
</style>
border-color css
<style>
span { border-color: #AD2018; }
span { border-color: rgb(173,32,24); }
td.TdClassName
{
border-color: #AD2018;
}
.TagClassName
{
border-color: #AD2018;
}
</style>