Shades of Fire Brick #A82415
Tints of Fire Brick #A82415
RGB
CMYK
RGB Variations
Color information
#A82415 (or 0xA82415) is known color: Fire Brick. HEX triplet: A8, 24 and 15. RGB value is (168,36,21). Sum of RGB (Red+Green+Blue) = 168+36+21=225 (29% of max value = 765). Red value is 168 (66.02% from 255 or 74.67% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 168 - color contains mainly: red. Hex color #A82415 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82415 is #57DBEA. Grayscale: #494949. Windows color (decimal): -5757931 or 1385640. OLE color: 1385640.
HSL color Cylindrical-coordinate representation of color #A82415: hue angle of 6.12º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A82415 is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 36 | 21 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.34 |
| HSL | 6.12º | 0.78% | 0.37% | - |
| HSV(B) | 6.12º | 0.88% | 0.66% | - |
| XYZ | 16.91 | 9.64 | 1.68 | - |
| YUV | 73.76 | 98.23 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 36 | 21 | 0 | 0.79 | 0.88 | 0.34 | 6.12 | 0.78 | 0.37 |
| Hex | A8 | 24 | 15 | 0 | 4F | 58 | 22 | 6 | 4E | 25 |
| Octal | 250 | 44 | 25 | 0 | 117 | 130 | 42 | 6 | 116 | 45 |
| Binary | 10101000 | 100100 | 10101 | 0 | 1001111 | 1011000 | 100010 | 110 | 1001110 | 100101 |
Color Harmonies of #A82415
Complementary color
Monochromatic Colors of #A82415
Black with #A82415
Text Example
Text Example
White with #A82415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82415; }
p { color: rgb(168,36,21); }
H1.HeaderClassName
{
color: #A82415;
}
.AnyTagClassName
{
color: #A82415;
}
</style>
background-color css
<style>
a { background-color: #A82415; }
a { background-color: rgb(168,36,21); }
div.DivClassName
{
background-color: #A82415;
}
.BgClassName
{
background-color: #A82415;
}
</style>
border-color css
<style>
span { border-color: #A82415; }
span { border-color: rgb(168,36,21); }
td.TdClassName
{
border-color: #A82415;
}
.TagClassName
{
border-color: #A82415;
}
</style>