Shades of Fire Brick #A12513
Tints of Fire Brick #A12513
RGB
CMYK
RGB Variations
Color information
#A12513 (or 0xA12513) is known color: Fire Brick. HEX triplet: A1, 25 and 13. RGB value is (161,37,19). Sum of RGB (Red+Green+Blue) = 161+37+19=217 (28% of max value = 765). Red value is 161 (63.28% from 255 or 74.19% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 19 (7.81% from 255 or 8.76% from 217); Max value from RGB is 161 - color contains mainly: red. Hex color #A12513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12513 is #5EDAEC. Grayscale: #484848. Windows color (decimal): -6216429 or 1254817. OLE color: 1254817.
HSL color Cylindrical-coordinate representation of color #A12513: hue angle of 7.61º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A12513 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 37 | 19 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.37 |
| HSL | 7.61º | 0.79% | 0.35% | - |
| HSV(B) | 7.61º | 0.88% | 0.63% | - |
| XYZ | 15.48 | 8.95 | 1.53 | - |
| YUV | 72.02 | 98.08 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 37 | 19 | 0 | 0.77 | 0.88 | 0.37 | 7.61 | 0.79 | 0.35 |
| Hex | A1 | 25 | 13 | 0 | 4D | 58 | 25 | 8 | 4F | 23 |
| Octal | 241 | 45 | 23 | 0 | 115 | 130 | 45 | 10 | 117 | 43 |
| Binary | 10100001 | 100101 | 10011 | 0 | 1001101 | 1011000 | 100101 | 1000 | 1001111 | 100011 |
Color Harmonies of #A12513
Complementary color
Monochromatic Colors of #A12513
Black with #A12513
Text Example
Text Example
White with #A12513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12513; }
p { color: rgb(161,37,19); }
H1.HeaderClassName
{
color: #A12513;
}
.AnyTagClassName
{
color: #A12513;
}
</style>
background-color css
<style>
a { background-color: #A12513; }
a { background-color: rgb(161,37,19); }
div.DivClassName
{
background-color: #A12513;
}
.BgClassName
{
background-color: #A12513;
}
</style>
border-color css
<style>
span { border-color: #A12513; }
span { border-color: rgb(161,37,19); }
td.TdClassName
{
border-color: #A12513;
}
.TagClassName
{
border-color: #A12513;
}
</style>