Shades of Fire Brick #A1120F
Tints of Fire Brick #A1120F
RGB
CMYK
RGB Variations
Color information
#A1120F (or 0xA1120F) is known color: Fire Brick. HEX triplet: A1, 12 and 0F. RGB value is (161,18,15). Sum of RGB (Red+Green+Blue) = 161+18+15=194 (25% of max value = 765). Red value is 161 (63.28% from 255 or 82.99% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 15 (6.25% from 255 or 7.73% from 194); Max value from RGB is 161 - color contains mainly: red. Hex color #A1120F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1120F is #5EEDF0. Grayscale: #3C3C3C. Windows color (decimal): -6221297 or 987809. OLE color: 987809.
HSL color Cylindrical-coordinate representation of color #A1120F: hue angle of 1.23º 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 #A1120F is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 18 | 15 | - |
| CMYK | 0 | 0.89 | 0.91 | 0.37 |
| HSL | 1.23º | 0.83% | 0.35% | - |
| HSV(B) | 1.23º | 0.91% | 0.63% | - |
| XYZ | 15 | 8.04 | 1.21 | - |
| YUV | 60.42 | 102.38 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 18 | 15 | 0 | 0.89 | 0.91 | 0.37 | 1.23 | 0.83 | 0.35 |
| Hex | A1 | 12 | F | 0 | 59 | 5B | 25 | 1 | 53 | 23 |
| Octal | 241 | 22 | 17 | 0 | 131 | 133 | 45 | 1 | 123 | 43 |
| Binary | 10100001 | 10010 | 1111 | 0 | 1011001 | 1011011 | 100101 | 1 | 1010011 | 100011 |
Color Harmonies of #A1120F
Complementary color
Monochromatic Colors of #A1120F
Black with #A1120F
Text Example
Text Example
White with #A1120F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1120F; }
p { color: rgb(161,18,15); }
H1.HeaderClassName
{
color: #A1120F;
}
.AnyTagClassName
{
color: #A1120F;
}
</style>
background-color css
<style>
a { background-color: #A1120F; }
a { background-color: rgb(161,18,15); }
div.DivClassName
{
background-color: #A1120F;
}
.BgClassName
{
background-color: #A1120F;
}
</style>
border-color css
<style>
span { border-color: #A1120F; }
span { border-color: rgb(161,18,15); }
td.TdClassName
{
border-color: #A1120F;
}
.TagClassName
{
border-color: #A1120F;
}
</style>