Shades of Fire Brick #AD2D18
Tints of Fire Brick #AD2D18
RGB
CMYK
RGB Variations
Color information
#AD2D18 (or 0xAD2D18) is known color: Fire Brick. HEX triplet: AD, 2D and 18. RGB value is (173,45,24). Sum of RGB (Red+Green+Blue) = 173+45+24=242 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.49% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 24 (9.77% from 255 or 9.92% from 242); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2D18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2D18 is #52D2E7. Grayscale: #515151. Windows color (decimal): -5427944 or 1584557. OLE color: 1584557.
HSL color Cylindrical-coordinate representation of color #AD2D18: hue angle of 8.46º 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 #AD2D18 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 45 | 24 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.32 |
| HSL | 8.46º | 0.76% | 0.39% | - |
| HSV(B) | 8.46º | 0.86% | 0.68% | - |
| XYZ | 18.34 | 10.83 | 1.99 | - |
| YUV | 80.88 | 95.91 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 45 | 24 | 0 | 0.74 | 0.86 | 0.32 | 8.46 | 0.76 | 0.39 |
| Hex | AD | 2D | 18 | 0 | 4A | 56 | 20 | 8 | 4C | 27 |
| Octal | 255 | 55 | 30 | 0 | 112 | 126 | 40 | 10 | 114 | 47 |
| Binary | 10101101 | 101101 | 11000 | 0 | 1001010 | 1010110 | 100000 | 1000 | 1001100 | 100111 |
Color Harmonies of #AD2D18
Complementary color
Monochromatic Colors of #AD2D18
Black with #AD2D18
Text Example
Text Example
White with #AD2D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2D18; }
p { color: rgb(173,45,24); }
H1.HeaderClassName
{
color: #AD2D18;
}
.AnyTagClassName
{
color: #AD2D18;
}
</style>
background-color css
<style>
a { background-color: #AD2D18; }
a { background-color: rgb(173,45,24); }
div.DivClassName
{
background-color: #AD2D18;
}
.BgClassName
{
background-color: #AD2D18;
}
</style>
border-color css
<style>
span { border-color: #AD2D18; }
span { border-color: rgb(173,45,24); }
td.TdClassName
{
border-color: #AD2D18;
}
.TagClassName
{
border-color: #AD2D18;
}
</style>