Shades of Fire Brick #A1280B
Tints of Fire Brick #A1280B
RGB
CMYK
RGB Variations
Color information
#A1280B (or 0xA1280B) is known color: Fire Brick. HEX triplet: A1, 28 and 0B. RGB value is (161,40,11). Sum of RGB (Red+Green+Blue) = 161+40+11=212 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.94% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 11 (4.69% from 255 or 5.19% from 212); Max value from RGB is 161 - color contains mainly: red. Hex color #A1280B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1280B is #5ED7F4. Grayscale: #494949. Windows color (decimal): -6215669 or 731297. OLE color: 731297.
HSL color Cylindrical-coordinate representation of color #A1280B: hue angle of 11.6º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A1280B is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 40 | 11 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.37 |
| HSL | 11.6º | 0.87% | 0.34% | - |
| HSV(B) | 11.6º | 0.93% | 0.63% | - |
| XYZ | 15.52 | 9.12 | 1.26 | - |
| YUV | 72.87 | 93.09 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 40 | 11 | 0 | 0.75 | 0.93 | 0.37 | 11.6 | 0.87 | 0.34 |
| Hex | A1 | 28 | B | 0 | 4B | 5D | 25 | C | 57 | 22 |
| Octal | 241 | 50 | 13 | 0 | 113 | 135 | 45 | 14 | 127 | 42 |
| Binary | 10100001 | 101000 | 1011 | 0 | 1001011 | 1011101 | 100101 | 1100 | 1010111 | 100010 |
Color Harmonies of #A1280B
Complementary color
Monochromatic Colors of #A1280B
Black with #A1280B
Text Example
Text Example
White with #A1280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1280B; }
p { color: rgb(161,40,11); }
H1.HeaderClassName
{
color: #A1280B;
}
.AnyTagClassName
{
color: #A1280B;
}
</style>
background-color css
<style>
a { background-color: #A1280B; }
a { background-color: rgb(161,40,11); }
div.DivClassName
{
background-color: #A1280B;
}
.BgClassName
{
background-color: #A1280B;
}
</style>
border-color css
<style>
span { border-color: #A1280B; }
span { border-color: rgb(161,40,11); }
td.TdClassName
{
border-color: #A1280B;
}
.TagClassName
{
border-color: #A1280B;
}
</style>