Shades of Fire Brick #A82715
Tints of Fire Brick #A82715
RGB
CMYK
RGB Variations
Color information
#A82715 (or 0xA82715) is known color: Fire Brick. HEX triplet: A8, 27 and 15. RGB value is (168,39,21). Sum of RGB (Red+Green+Blue) = 168+39+21=228 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.68% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 21 (8.59% from 255 or 9.21% from 228); Max value from RGB is 168 - color contains mainly: red. Hex color #A82715 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82715 is #57D8EA. Grayscale: #4B4B4B. Windows color (decimal): -5757163 or 1386408. OLE color: 1386408.
HSL color Cylindrical-coordinate representation of color #A82715: hue angle of 7.35º 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 #A82715 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 39 | 21 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.34 |
| HSL | 7.35º | 0.78% | 0.37% | - |
| HSV(B) | 7.35º | 0.88% | 0.66% | - |
| XYZ | 17.01 | 9.83 | 1.71 | - |
| YUV | 75.52 | 97.24 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 39 | 21 | 0 | 0.77 | 0.88 | 0.34 | 7.35 | 0.78 | 0.37 |
| Hex | A8 | 27 | 15 | 0 | 4D | 58 | 22 | 7 | 4E | 25 |
| Octal | 250 | 47 | 25 | 0 | 115 | 130 | 42 | 7 | 116 | 45 |
| Binary | 10101000 | 100111 | 10101 | 0 | 1001101 | 1011000 | 100010 | 111 | 1001110 | 100101 |
Color Harmonies of #A82715
Complementary color
Monochromatic Colors of #A82715
Black with #A82715
Text Example
Text Example
White with #A82715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82715; }
p { color: rgb(168,39,21); }
H1.HeaderClassName
{
color: #A82715;
}
.AnyTagClassName
{
color: #A82715;
}
</style>
background-color css
<style>
a { background-color: #A82715; }
a { background-color: rgb(168,39,21); }
div.DivClassName
{
background-color: #A82715;
}
.BgClassName
{
background-color: #A82715;
}
</style>
border-color css
<style>
span { border-color: #A82715; }
span { border-color: rgb(168,39,21); }
td.TdClassName
{
border-color: #A82715;
}
.TagClassName
{
border-color: #A82715;
}
</style>