Shades of Fire Brick #AD1C18
Tints of Fire Brick #AD1C18
RGB
CMYK
RGB Variations
Color information
#AD1C18 (or 0xAD1C18) is known color: Fire Brick. HEX triplet: AD, 1C and 18. RGB value is (173,28,24). Sum of RGB (Red+Green+Blue) = 173+28+24=225 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.89% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 24 (9.77% from 255 or 10.67% from 225); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1C18 is #52E3E7. Grayscale: #474747. Windows color (decimal): -5432296 or 1580205. OLE color: 1580205.
HSL color Cylindrical-coordinate representation of color #AD1C18: hue angle of 1.61º 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 #AD1C18 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 28 | 24 | - |
| CMYK | 0 | 0.84 | 0.86 | 0.32 |
| HSL | 1.61º | 0.76% | 0.39% | - |
| HSV(B) | 1.61º | 0.86% | 0.68% | - |
| XYZ | 17.81 | 9.78 | 1.81 | - |
| YUV | 70.9 | 101.54 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 28 | 24 | 0 | 0.84 | 0.86 | 0.32 | 1.61 | 0.76 | 0.39 |
| Hex | AD | 1C | 18 | 0 | 54 | 56 | 20 | 2 | 4C | 27 |
| Octal | 255 | 34 | 30 | 0 | 124 | 126 | 40 | 2 | 114 | 47 |
| Binary | 10101101 | 11100 | 11000 | 0 | 1010100 | 1010110 | 100000 | 10 | 1001100 | 100111 |
Color Harmonies of #AD1C18
Complementary color
Monochromatic Colors of #AD1C18
Black with #AD1C18
Text Example
Text Example
White with #AD1C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1C18; }
p { color: rgb(173,28,24); }
H1.HeaderClassName
{
color: #AD1C18;
}
.AnyTagClassName
{
color: #AD1C18;
}
</style>
background-color css
<style>
a { background-color: #AD1C18; }
a { background-color: rgb(173,28,24); }
div.DivClassName
{
background-color: #AD1C18;
}
.BgClassName
{
background-color: #AD1C18;
}
</style>
border-color css
<style>
span { border-color: #AD1C18; }
span { border-color: rgb(173,28,24); }
td.TdClassName
{
border-color: #AD1C18;
}
.TagClassName
{
border-color: #AD1C18;
}
</style>