Shades of Fire Brick #A1250D
Tints of Fire Brick #A1250D
RGB
CMYK
RGB Variations
Color information
#A1250D (or 0xA1250D) is known color: Fire Brick. HEX triplet: A1, 25 and 0D. RGB value is (161,37,13). Sum of RGB (Red+Green+Blue) = 161+37+13=211 (27% of max value = 765). Red value is 161 (63.28% from 255 or 76.30% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 13 (5.47% from 255 or 6.16% from 211); Max value from RGB is 161 - color contains mainly: red. Hex color #A1250D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1250D is #5EDAF2. Grayscale: #474747. Windows color (decimal): -6216435 or 861601. OLE color: 861601.
HSL color Cylindrical-coordinate representation of color #A1250D: hue angle of 9.73º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A1250D is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 37 | 13 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.37 |
| HSL | 9.73º | 0.85% | 0.34% | - |
| HSV(B) | 9.73º | 0.92% | 0.63% | - |
| XYZ | 15.43 | 8.93 | 1.29 | - |
| YUV | 71.34 | 95.08 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 37 | 13 | 0 | 0.77 | 0.92 | 0.37 | 9.73 | 0.85 | 0.34 |
| Hex | A1 | 25 | D | 0 | 4D | 5C | 25 | A | 55 | 22 |
| Octal | 241 | 45 | 15 | 0 | 115 | 134 | 45 | 12 | 125 | 42 |
| Binary | 10100001 | 100101 | 1101 | 0 | 1001101 | 1011100 | 100101 | 1010 | 1010101 | 100010 |
Color Harmonies of #A1250D
Complementary color
Monochromatic Colors of #A1250D
Black with #A1250D
Text Example
Text Example
White with #A1250D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1250D; }
p { color: rgb(161,37,13); }
H1.HeaderClassName
{
color: #A1250D;
}
.AnyTagClassName
{
color: #A1250D;
}
</style>
background-color css
<style>
a { background-color: #A1250D; }
a { background-color: rgb(161,37,13); }
div.DivClassName
{
background-color: #A1250D;
}
.BgClassName
{
background-color: #A1250D;
}
</style>
border-color css
<style>
span { border-color: #A1250D; }
span { border-color: rgb(161,37,13); }
td.TdClassName
{
border-color: #A1250D;
}
.TagClassName
{
border-color: #A1250D;
}
</style>