Shades of Fire Brick #A1150F
Tints of Fire Brick #A1150F
RGB
CMYK
RGB Variations
Color information
#A1150F (or 0xA1150F) is known color: Fire Brick. HEX triplet: A1, 15 and 0F. RGB value is (161,21,15). Sum of RGB (Red+Green+Blue) = 161+21+15=197 (26% of max value = 765). Red value is 161 (63.28% from 255 or 81.73% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 15 (6.25% from 255 or 7.61% from 197); Max value from RGB is 161 - color contains mainly: red. Hex color #A1150F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1150F is #5EEAF0. Grayscale: #3E3E3E. Windows color (decimal): -6220529 or 988577. OLE color: 988577.
HSL color Cylindrical-coordinate representation of color #A1150F: hue angle of 2.47º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1150F is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 21 | 15 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.37 |
| HSL | 2.47º | 0.83% | 0.35% | - |
| HSV(B) | 2.47º | 0.91% | 0.63% | - |
| XYZ | 15.05 | 8.15 | 1.23 | - |
| YUV | 62.18 | 101.38 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 21 | 15 | 0 | 0.87 | 0.91 | 0.37 | 2.47 | 0.83 | 0.35 |
| Hex | A1 | 15 | F | 0 | 57 | 5B | 25 | 2 | 53 | 23 |
| Octal | 241 | 25 | 17 | 0 | 127 | 133 | 45 | 2 | 123 | 43 |
| Binary | 10100001 | 10101 | 1111 | 0 | 1010111 | 1011011 | 100101 | 10 | 1010011 | 100011 |
Color Harmonies of #A1150F
Complementary color
Monochromatic Colors of #A1150F
Black with #A1150F
Text Example
Text Example
White with #A1150F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1150F; }
p { color: rgb(161,21,15); }
H1.HeaderClassName
{
color: #A1150F;
}
.AnyTagClassName
{
color: #A1150F;
}
</style>
background-color css
<style>
a { background-color: #A1150F; }
a { background-color: rgb(161,21,15); }
div.DivClassName
{
background-color: #A1150F;
}
.BgClassName
{
background-color: #A1150F;
}
</style>
border-color css
<style>
span { border-color: #A1150F; }
span { border-color: rgb(161,21,15); }
td.TdClassName
{
border-color: #A1150F;
}
.TagClassName
{
border-color: #A1150F;
}
</style>