Shades of Fire Brick #AD2510
Tints of Fire Brick #AD2510
RGB
CMYK
RGB Variations
Color information
#AD2510 (or 0xAD2510) is known color: Fire Brick. HEX triplet: AD, 25 and 10. RGB value is (173,37,16). Sum of RGB (Red+Green+Blue) = 173+37+16=226 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.55% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 16 (6.64% from 255 or 7.08% from 226); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2510 is #52DAEF. Grayscale: #4B4B4B. Windows color (decimal): -5430000 or 1058221. OLE color: 1058221.
HSL color Cylindrical-coordinate representation of color #AD2510: hue angle of 8.03º 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 #AD2510 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 16 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.32 |
| HSL | 8.03º | 0.83% | 0.37% | - |
| HSV(B) | 8.03º | 0.91% | 0.68% | - |
| XYZ | 17.99 | 10.24 | 1.52 | - |
| YUV | 75.27 | 94.56 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 16 | 0 | 0.79 | 0.91 | 0.32 | 8.03 | 0.83 | 0.37 |
| Hex | AD | 25 | 10 | 0 | 4F | 5B | 20 | 8 | 53 | 25 |
| Octal | 255 | 45 | 20 | 0 | 117 | 133 | 40 | 10 | 123 | 45 |
| Binary | 10101101 | 100101 | 10000 | 0 | 1001111 | 1011011 | 100000 | 1000 | 1010011 | 100101 |
Color Harmonies of #AD2510
Complementary color
Monochromatic Colors of #AD2510
Black with #AD2510
Text Example
Text Example
White with #AD2510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2510; }
p { color: rgb(173,37,16); }
H1.HeaderClassName
{
color: #AD2510;
}
.AnyTagClassName
{
color: #AD2510;
}
</style>
background-color css
<style>
a { background-color: #AD2510; }
a { background-color: rgb(173,37,16); }
div.DivClassName
{
background-color: #AD2510;
}
.BgClassName
{
background-color: #AD2510;
}
</style>
border-color css
<style>
span { border-color: #AD2510; }
span { border-color: rgb(173,37,16); }
td.TdClassName
{
border-color: #AD2510;
}
.TagClassName
{
border-color: #AD2510;
}
</style>