Shades of Fire Brick #A12410
Tints of Fire Brick #A12410
RGB
CMYK
RGB Variations
Color information
#A12410 (or 0xA12410) is known color: Fire Brick. HEX triplet: A1, 24 and 10. RGB value is (161,36,16). Sum of RGB (Red+Green+Blue) = 161+36+16=213 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.59% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 16 (6.64% from 255 or 7.51% from 213); Max value from RGB is 161 - color contains mainly: red. Hex color #A12410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12410 is #5EDBEF. Grayscale: #474747. Windows color (decimal): -6216688 or 1057953. OLE color: 1057953.
HSL color Cylindrical-coordinate representation of color #A12410: hue angle of 8.28º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A12410 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 36 | 16 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.37 |
| HSL | 8.28º | 0.82% | 0.35% | - |
| HSV(B) | 8.28º | 0.9% | 0.63% | - |
| XYZ | 15.42 | 8.88 | 1.39 | - |
| YUV | 71.1 | 96.91 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 36 | 16 | 0 | 0.78 | 0.90 | 0.37 | 8.28 | 0.82 | 0.35 |
| Hex | A1 | 24 | 10 | 0 | 4E | 5A | 25 | 8 | 52 | 23 |
| Octal | 241 | 44 | 20 | 0 | 116 | 132 | 45 | 10 | 122 | 43 |
| Binary | 10100001 | 100100 | 10000 | 0 | 1001110 | 1011010 | 100101 | 1000 | 1010010 | 100011 |
Color Harmonies of #A12410
Complementary color
Monochromatic Colors of #A12410
Black with #A12410
Text Example
Text Example
White with #A12410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12410; }
p { color: rgb(161,36,16); }
H1.HeaderClassName
{
color: #A12410;
}
.AnyTagClassName
{
color: #A12410;
}
</style>
background-color css
<style>
a { background-color: #A12410; }
a { background-color: rgb(161,36,16); }
div.DivClassName
{
background-color: #A12410;
}
.BgClassName
{
background-color: #A12410;
}
</style>
border-color css
<style>
span { border-color: #A12410; }
span { border-color: rgb(161,36,16); }
td.TdClassName
{
border-color: #A12410;
}
.TagClassName
{
border-color: #A12410;
}
</style>