Shades of Fire Brick #AD2318
Tints of Fire Brick #AD2318
RGB
CMYK
RGB Variations
Color information
#AD2318 (or 0xAD2318) is known color: Fire Brick. HEX triplet: AD, 23 and 18. RGB value is (173,35,24). Sum of RGB (Red+Green+Blue) = 173+35+24=232 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.57% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 24 (9.77% from 255 or 10.34% from 232); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2318 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2318 is #52DCE7. Grayscale: #4B4B4B. Windows color (decimal): -5430504 or 1581997. OLE color: 1581997.
HSL color Cylindrical-coordinate representation of color #AD2318: hue angle of 4.43º 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 #AD2318 is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 24 | - |
| CMYK | 0 | 0.80 | 0.86 | 0.32 |
| HSL | 4.43º | 0.76% | 0.39% | - |
| HSV(B) | 4.43º | 0.86% | 0.68% | - |
| XYZ | 18 | 10.15 | 1.88 | - |
| YUV | 75.01 | 99.22 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 24 | 0 | 0.80 | 0.86 | 0.32 | 4.43 | 0.76 | 0.39 |
| Hex | AD | 23 | 18 | 0 | 50 | 56 | 20 | 4 | 4C | 27 |
| Octal | 255 | 43 | 30 | 0 | 120 | 126 | 40 | 4 | 114 | 47 |
| Binary | 10101101 | 100011 | 11000 | 0 | 1010000 | 1010110 | 100000 | 100 | 1001100 | 100111 |
Color Harmonies of #AD2318
Complementary color
Monochromatic Colors of #AD2318
Black with #AD2318
Text Example
Text Example
White with #AD2318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2318; }
p { color: rgb(173,35,24); }
H1.HeaderClassName
{
color: #AD2318;
}
.AnyTagClassName
{
color: #AD2318;
}
</style>
background-color css
<style>
a { background-color: #AD2318; }
a { background-color: rgb(173,35,24); }
div.DivClassName
{
background-color: #AD2318;
}
.BgClassName
{
background-color: #AD2318;
}
</style>
border-color css
<style>
span { border-color: #AD2318; }
span { border-color: rgb(173,35,24); }
td.TdClassName
{
border-color: #AD2318;
}
.TagClassName
{
border-color: #AD2318;
}
</style>