Shades of Fire Brick #A1150E
Tints of Fire Brick #A1150E
RGB
CMYK
RGB Variations
Color information
#A1150E (or 0xA1150E) is known color: Fire Brick. HEX triplet: A1, 15 and 0E. RGB value is (161,21,14). Sum of RGB (Red+Green+Blue) = 161+21+14=196 (25% of max value = 765). Red value is 161 (63.28% from 255 or 82.14% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 14 (5.86% from 255 or 7.14% from 196); Max value from RGB is 161 - color contains mainly: red. Hex color #A1150E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1150E is #5EEAF1. Grayscale: #3E3E3E. Windows color (decimal): -6220530 or 923041. OLE color: 923041.
HSL color Cylindrical-coordinate representation of color #A1150E: hue angle of 2.86º 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 #A1150E is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 21 | 14 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.37 |
| HSL | 2.86º | 0.84% | 0.34% | - |
| HSV(B) | 2.86º | 0.91% | 0.63% | - |
| XYZ | 15.05 | 8.15 | 1.19 | - |
| YUV | 62.06 | 100.88 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 21 | 14 | 0 | 0.87 | 0.91 | 0.37 | 2.86 | 0.84 | 0.34 |
| Hex | A1 | 15 | E | 0 | 57 | 5B | 25 | 3 | 54 | 22 |
| Octal | 241 | 25 | 16 | 0 | 127 | 133 | 45 | 3 | 124 | 42 |
| Binary | 10100001 | 10101 | 1110 | 0 | 1010111 | 1011011 | 100101 | 11 | 1010100 | 100010 |
Color Harmonies of #A1150E
Complementary color
Monochromatic Colors of #A1150E
Black with #A1150E
Text Example
Text Example
White with #A1150E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1150E; }
p { color: rgb(161,21,14); }
H1.HeaderClassName
{
color: #A1150E;
}
.AnyTagClassName
{
color: #A1150E;
}
</style>
background-color css
<style>
a { background-color: #A1150E; }
a { background-color: rgb(161,21,14); }
div.DivClassName
{
background-color: #A1150E;
}
.BgClassName
{
background-color: #A1150E;
}
</style>
border-color css
<style>
span { border-color: #A1150E; }
span { border-color: rgb(161,21,14); }
td.TdClassName
{
border-color: #A1150E;
}
.TagClassName
{
border-color: #A1150E;
}
</style>