Shades of Fire Brick #A1150C
Tints of Fire Brick #A1150C
RGB
CMYK
RGB Variations
Color information
#A1150C (or 0xA1150C) is known color: Fire Brick. HEX triplet: A1, 15 and 0C. RGB value is (161,21,12). Sum of RGB (Red+Green+Blue) = 161+21+12=194 (25% of max value = 765). Red value is 161 (63.28% from 255 or 82.99% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 12 (5.08% from 255 or 6.19% from 194); Max value from RGB is 161 - color contains mainly: red. Hex color #A1150C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1150C is #5EEAF3. Grayscale: #3E3E3E. Windows color (decimal): -6220532 or 791969. OLE color: 791969.
HSL color Cylindrical-coordinate representation of color #A1150C: hue angle of 3.62º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A1150C is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 21 | 12 | - |
| CMYK | 0 | 0.87 | 0.93 | 0.37 |
| HSL | 3.62º | 0.86% | 0.34% | - |
| HSV(B) | 3.62º | 0.93% | 0.63% | - |
| XYZ | 15.03 | 8.14 | 1.13 | - |
| YUV | 61.83 | 99.88 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 21 | 12 | 0 | 0.87 | 0.93 | 0.37 | 3.62 | 0.86 | 0.34 |
| Hex | A1 | 15 | C | 0 | 57 | 5D | 25 | 4 | 56 | 22 |
| Octal | 241 | 25 | 14 | 0 | 127 | 135 | 45 | 4 | 126 | 42 |
| Binary | 10100001 | 10101 | 1100 | 0 | 1010111 | 1011101 | 100101 | 100 | 1010110 | 100010 |
Color Harmonies of #A1150C
Complementary color
Monochromatic Colors of #A1150C
Black with #A1150C
Text Example
Text Example
White with #A1150C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1150C; }
p { color: rgb(161,21,12); }
H1.HeaderClassName
{
color: #A1150C;
}
.AnyTagClassName
{
color: #A1150C;
}
</style>
background-color css
<style>
a { background-color: #A1150C; }
a { background-color: rgb(161,21,12); }
div.DivClassName
{
background-color: #A1150C;
}
.BgClassName
{
background-color: #A1150C;
}
</style>
border-color css
<style>
span { border-color: #A1150C; }
span { border-color: rgb(161,21,12); }
td.TdClassName
{
border-color: #A1150C;
}
.TagClassName
{
border-color: #A1150C;
}
</style>