Shades of Fire Brick #A1230A
Tints of Fire Brick #A1230A
RGB
CMYK
RGB Variations
Color information
#A1230A (or 0xA1230A) is known color: Fire Brick. HEX triplet: A1, 23 and 0A. RGB value is (161,35,10). Sum of RGB (Red+Green+Blue) = 161+35+10=206 (27% of max value = 765). Red value is 161 (63.28% from 255 or 78.16% from 206); Green value is 35 (14.06% from 255 or 16.99% from 206); Blue value is 10 (4.30% from 255 or 4.85% from 206); Max value from RGB is 161 - color contains mainly: red. Hex color #A1230A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1230A is #5EDCF5. Grayscale: #464646. Windows color (decimal): -6216950 or 664481. OLE color: 664481.
HSL color Cylindrical-coordinate representation of color #A1230A: hue angle of 9.93º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1230A is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 35 | 10 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.37 |
| HSL | 9.93º | 0.88% | 0.34% | - |
| HSV(B) | 9.93º | 0.94% | 0.63% | - |
| XYZ | 15.35 | 8.8 | 1.18 | - |
| YUV | 69.82 | 94.24 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 35 | 10 | 0 | 0.78 | 0.94 | 0.37 | 9.93 | 0.88 | 0.34 |
| Hex | A1 | 23 | A | 0 | 4E | 5E | 25 | A | 58 | 22 |
| Octal | 241 | 43 | 12 | 0 | 116 | 136 | 45 | 12 | 130 | 42 |
| Binary | 10100001 | 100011 | 1010 | 0 | 1001110 | 1011110 | 100101 | 1010 | 1011000 | 100010 |
Color Harmonies of #A1230A
Complementary color
Monochromatic Colors of #A1230A
Black with #A1230A
Text Example
Text Example
White with #A1230A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1230A; }
p { color: rgb(161,35,10); }
H1.HeaderClassName
{
color: #A1230A;
}
.AnyTagClassName
{
color: #A1230A;
}
</style>
background-color css
<style>
a { background-color: #A1230A; }
a { background-color: rgb(161,35,10); }
div.DivClassName
{
background-color: #A1230A;
}
.BgClassName
{
background-color: #A1230A;
}
</style>
border-color css
<style>
span { border-color: #A1230A; }
span { border-color: rgb(161,35,10); }
td.TdClassName
{
border-color: #A1230A;
}
.TagClassName
{
border-color: #A1230A;
}
</style>