Shades of Fire Brick #A12409
Tints of Fire Brick #A12409
RGB
CMYK
RGB Variations
Color information
#A12409 (or 0xA12409) is known color: Fire Brick. HEX triplet: A1, 24 and 09. RGB value is (161,36,9). Sum of RGB (Red+Green+Blue) = 161+36+9=206 (27% of max value = 765). Red value is 161 (63.28% from 255 or 78.16% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 9 (3.91% from 255 or 4.37% from 206); Max value from RGB is 161 - color contains mainly: red. Hex color #A12409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12409 is #5EDBF6. Grayscale: #464646. Windows color (decimal): -6216695 or 599201. OLE color: 599201.
HSL color Cylindrical-coordinate representation of color #A12409: hue angle of 10.66º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A12409 is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 36 | 9 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.37 |
| HSL | 10.66º | 0.89% | 0.33% | - |
| HSV(B) | 10.66º | 0.94% | 0.63% | - |
| XYZ | 15.38 | 8.86 | 1.16 | - |
| YUV | 70.3 | 93.41 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 36 | 9 | 0 | 0.78 | 0.94 | 0.37 | 10.66 | 0.89 | 0.33 |
| Hex | A1 | 24 | 9 | 0 | 4E | 5E | 25 | B | 59 | 21 |
| Octal | 241 | 44 | 11 | 0 | 116 | 136 | 45 | 13 | 131 | 41 |
| Binary | 10100001 | 100100 | 1001 | 0 | 1001110 | 1011110 | 100101 | 1011 | 1011001 | 100001 |
Color Harmonies of #A12409
Complementary color
Monochromatic Colors of #A12409
Black with #A12409
Text Example
Text Example
White with #A12409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12409; }
p { color: rgb(161,36,9); }
H1.HeaderClassName
{
color: #A12409;
}
.AnyTagClassName
{
color: #A12409;
}
</style>
background-color css
<style>
a { background-color: #A12409; }
a { background-color: rgb(161,36,9); }
div.DivClassName
{
background-color: #A12409;
}
.BgClassName
{
background-color: #A12409;
}
</style>
border-color css
<style>
span { border-color: #A12409; }
span { border-color: rgb(161,36,9); }
td.TdClassName
{
border-color: #A12409;
}
.TagClassName
{
border-color: #A12409;
}
</style>