Shades of Fire Brick #A1230F
Tints of Fire Brick #A1230F
RGB
CMYK
RGB Variations
Color information
#A1230F (or 0xA1230F) is known color: Fire Brick. HEX triplet: A1, 23 and 0F. RGB value is (161,35,15). Sum of RGB (Red+Green+Blue) = 161+35+15=211 (27% of max value = 765). Red value is 161 (63.28% from 255 or 76.30% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 15 (6.25% from 255 or 7.11% from 211); Max value from RGB is 161 - color contains mainly: red. Hex color #A1230F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1230F is #5EDCF0. Grayscale: #464646. Windows color (decimal): -6216945 or 992161. OLE color: 992161.
HSL color Cylindrical-coordinate representation of color #A1230F: hue angle of 8.22º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1230F is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 35 | 15 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.37 |
| HSL | 8.22º | 0.83% | 0.35% | - |
| HSV(B) | 8.22º | 0.91% | 0.63% | - |
| XYZ | 15.39 | 8.81 | 1.34 | - |
| YUV | 70.39 | 96.74 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 35 | 15 | 0 | 0.78 | 0.91 | 0.37 | 8.22 | 0.83 | 0.35 |
| Hex | A1 | 23 | F | 0 | 4E | 5B | 25 | 8 | 53 | 23 |
| Octal | 241 | 43 | 17 | 0 | 116 | 133 | 45 | 10 | 123 | 43 |
| Binary | 10100001 | 100011 | 1111 | 0 | 1001110 | 1011011 | 100101 | 1000 | 1010011 | 100011 |
Color Harmonies of #A1230F
Complementary color
Monochromatic Colors of #A1230F
Black with #A1230F
Text Example
Text Example
White with #A1230F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1230F; }
p { color: rgb(161,35,15); }
H1.HeaderClassName
{
color: #A1230F;
}
.AnyTagClassName
{
color: #A1230F;
}
</style>
background-color css
<style>
a { background-color: #A1230F; }
a { background-color: rgb(161,35,15); }
div.DivClassName
{
background-color: #A1230F;
}
.BgClassName
{
background-color: #A1230F;
}
</style>
border-color css
<style>
span { border-color: #A1230F; }
span { border-color: rgb(161,35,15); }
td.TdClassName
{
border-color: #A1230F;
}
.TagClassName
{
border-color: #A1230F;
}
</style>