Shades of Fire Brick #A1140E
Tints of Fire Brick #A1140E
RGB
CMYK
RGB Variations
Color information
#A1140E (or 0xA1140E) is known color: Fire Brick. HEX triplet: A1, 14 and 0E. RGB value is (161,20,14). Sum of RGB (Red+Green+Blue) = 161+20+14=195 (25% of max value = 765). Red value is 161 (63.28% from 255 or 82.56% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 14 (5.86% from 255 or 7.18% from 195); Max value from RGB is 161 - color contains mainly: red. Hex color #A1140E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1140E is #5EEBF1. Grayscale: #3D3D3D. Windows color (decimal): -6220786 or 922785. OLE color: 922785.
HSL color Cylindrical-coordinate representation of color #A1140E: hue angle of 2.45º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1140E is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 20 | 14 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.37 |
| HSL | 2.45º | 0.84% | 0.34% | - |
| HSV(B) | 2.45º | 0.91% | 0.63% | - |
| XYZ | 15.03 | 8.11 | 1.19 | - |
| YUV | 61.48 | 101.21 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 20 | 14 | 0 | 0.88 | 0.91 | 0.37 | 2.45 | 0.84 | 0.34 |
| Hex | A1 | 14 | E | 0 | 58 | 5B | 25 | 2 | 54 | 22 |
| Octal | 241 | 24 | 16 | 0 | 130 | 133 | 45 | 2 | 124 | 42 |
| Binary | 10100001 | 10100 | 1110 | 0 | 1011000 | 1011011 | 100101 | 10 | 1010100 | 100010 |
Color Harmonies of #A1140E
Complementary color
Monochromatic Colors of #A1140E
Black with #A1140E
Text Example
Text Example
White with #A1140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1140E; }
p { color: rgb(161,20,14); }
H1.HeaderClassName
{
color: #A1140E;
}
.AnyTagClassName
{
color: #A1140E;
}
</style>
background-color css
<style>
a { background-color: #A1140E; }
a { background-color: rgb(161,20,14); }
div.DivClassName
{
background-color: #A1140E;
}
.BgClassName
{
background-color: #A1140E;
}
</style>
border-color css
<style>
span { border-color: #A1140E; }
span { border-color: rgb(161,20,14); }
td.TdClassName
{
border-color: #A1140E;
}
.TagClassName
{
border-color: #A1140E;
}
</style>