Shades of Fire Brick #AD2410
Tints of Fire Brick #AD2410
RGB
CMYK
RGB Variations
Color information
#AD2410 (or 0xAD2410) is known color: Fire Brick. HEX triplet: AD, 24 and 10. RGB value is (173,36,16). Sum of RGB (Red+Green+Blue) = 173+36+16=225 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.89% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2410 is #52DBEF. Grayscale: #4A4A4A. Windows color (decimal): -5430256 or 1057965. OLE color: 1057965.
HSL color Cylindrical-coordinate representation of color #AD2410: hue angle of 7.64º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD2410 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 36 | 16 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.32 |
| HSL | 7.64º | 0.83% | 0.37% | - |
| HSV(B) | 7.64º | 0.91% | 0.68% | - |
| XYZ | 17.96 | 10.18 | 1.51 | - |
| YUV | 74.68 | 94.89 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 16 | 0 | 0.79 | 0.91 | 0.32 | 7.64 | 0.83 | 0.37 |
| Hex | AD | 24 | 10 | 0 | 4F | 5B | 20 | 8 | 53 | 25 |
| Octal | 255 | 44 | 20 | 0 | 117 | 133 | 40 | 10 | 123 | 45 |
| Binary | 10101101 | 100100 | 10000 | 0 | 1001111 | 1011011 | 100000 | 1000 | 1010011 | 100101 |
Color Harmonies of #AD2410
Complementary color
Monochromatic Colors of #AD2410
Black with #AD2410
Text Example
Text Example
White with #AD2410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2410; }
p { color: rgb(173,36,16); }
H1.HeaderClassName
{
color: #AD2410;
}
.AnyTagClassName
{
color: #AD2410;
}
</style>
background-color css
<style>
a { background-color: #AD2410; }
a { background-color: rgb(173,36,16); }
div.DivClassName
{
background-color: #AD2410;
}
.BgClassName
{
background-color: #AD2410;
}
</style>
border-color css
<style>
span { border-color: #AD2410; }
span { border-color: rgb(173,36,16); }
td.TdClassName
{
border-color: #AD2410;
}
.TagClassName
{
border-color: #AD2410;
}
</style>