Shades of Fire Brick #A1250F
Tints of Fire Brick #A1250F
RGB
CMYK
RGB Variations
Color information
#A1250F (or 0xA1250F) is known color: Fire Brick. HEX triplet: A1, 25 and 0F. RGB value is (161,37,15). Sum of RGB (Red+Green+Blue) = 161+37+15=213 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.59% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 15 (6.25% from 255 or 7.04% from 213); Max value from RGB is 161 - color contains mainly: red. Hex color #A1250F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1250F is #5EDAF0. Grayscale: #474747. Windows color (decimal): -6216433 or 992673. OLE color: 992673.
HSL color Cylindrical-coordinate representation of color #A1250F: hue angle of 9.04º 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 #A1250F is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 37 | 15 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.37 |
| HSL | 9.04º | 0.83% | 0.35% | - |
| HSV(B) | 9.04º | 0.91% | 0.63% | - |
| XYZ | 15.45 | 8.93 | 1.36 | - |
| YUV | 71.57 | 96.08 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 37 | 15 | 0 | 0.77 | 0.91 | 0.37 | 9.04 | 0.83 | 0.35 |
| Hex | A1 | 25 | F | 0 | 4D | 5B | 25 | 9 | 53 | 23 |
| Octal | 241 | 45 | 17 | 0 | 115 | 133 | 45 | 11 | 123 | 43 |
| Binary | 10100001 | 100101 | 1111 | 0 | 1001101 | 1011011 | 100101 | 1001 | 1010011 | 100011 |
Color Harmonies of #A1250F
Complementary color
Monochromatic Colors of #A1250F
Black with #A1250F
Text Example
Text Example
White with #A1250F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1250F; }
p { color: rgb(161,37,15); }
H1.HeaderClassName
{
color: #A1250F;
}
.AnyTagClassName
{
color: #A1250F;
}
</style>
background-color css
<style>
a { background-color: #A1250F; }
a { background-color: rgb(161,37,15); }
div.DivClassName
{
background-color: #A1250F;
}
.BgClassName
{
background-color: #A1250F;
}
</style>
border-color css
<style>
span { border-color: #A1250F; }
span { border-color: rgb(161,37,15); }
td.TdClassName
{
border-color: #A1250F;
}
.TagClassName
{
border-color: #A1250F;
}
</style>