Shades of Fire Brick #A82414
Tints of Fire Brick #A82414
RGB
CMYK
RGB Variations
Color information
#A82414 (or 0xA82414) is known color: Fire Brick. HEX triplet: A8, 24 and 14. RGB value is (168,36,20). Sum of RGB (Red+Green+Blue) = 168+36+20=224 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 20 (8.20% from 255 or 8.93% from 224); Max value from RGB is 168 - color contains mainly: red. Hex color #A82414 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82414 is #57DBEB. Grayscale: #494949. Windows color (decimal): -5757932 or 1320104. OLE color: 1320104.
HSL color Cylindrical-coordinate representation of color #A82414: hue angle of 6.49º degrees, saturation: 0.79, 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 #A82414 is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 36 | 20 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.34 |
| HSL | 6.49º | 0.79% | 0.37% | - |
| HSV(B) | 6.49º | 0.88% | 0.66% | - |
| XYZ | 16.91 | 9.64 | 1.63 | - |
| YUV | 73.64 | 97.73 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 36 | 20 | 0 | 0.79 | 0.88 | 0.34 | 6.49 | 0.79 | 0.37 |
| Hex | A8 | 24 | 14 | 0 | 4F | 58 | 22 | 6 | 4F | 25 |
| Octal | 250 | 44 | 24 | 0 | 117 | 130 | 42 | 6 | 117 | 45 |
| Binary | 10101000 | 100100 | 10100 | 0 | 1001111 | 1011000 | 100010 | 110 | 1001111 | 100101 |
Color Harmonies of #A82414
Complementary color
Monochromatic Colors of #A82414
Black with #A82414
Text Example
Text Example
White with #A82414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82414; }
p { color: rgb(168,36,20); }
H1.HeaderClassName
{
color: #A82414;
}
.AnyTagClassName
{
color: #A82414;
}
</style>
background-color css
<style>
a { background-color: #A82414; }
a { background-color: rgb(168,36,20); }
div.DivClassName
{
background-color: #A82414;
}
.BgClassName
{
background-color: #A82414;
}
</style>
border-color css
<style>
span { border-color: #A82414; }
span { border-color: rgb(168,36,20); }
td.TdClassName
{
border-color: #A82414;
}
.TagClassName
{
border-color: #A82414;
}
</style>