Shades of Fire Brick #A0260C
Tints of Fire Brick #A0260C
RGB
CMYK
RGB Variations
Color information
#A0260C (or 0xA0260C) is known color: Fire Brick. HEX triplet: A0, 26 and 0C. RGB value is (160,38,12). Sum of RGB (Red+Green+Blue) = 160+38+12=210 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.19% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 12 (5.08% from 255 or 5.71% from 210); Max value from RGB is 160 - color contains mainly: red. Hex color #A0260C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0260C is #5FD9F3. Grayscale: #474747. Windows color (decimal): -6281716 or 796320. OLE color: 796320.
HSL color Cylindrical-coordinate representation of color #A0260C: hue angle of 10.54º degrees, saturation: 0.86, 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 #A0260C is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 38 | 12 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.37 |
| HSL | 10.54º | 0.86% | 0.34% | - |
| HSV(B) | 10.54º | 0.93% | 0.63% | - |
| XYZ | 15.26 | 8.89 | 1.26 | - |
| YUV | 71.51 | 94.42 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 38 | 12 | 0 | 0.76 | 0.93 | 0.37 | 10.54 | 0.86 | 0.34 |
| Hex | A0 | 26 | C | 0 | 4C | 5D | 25 | B | 56 | 22 |
| Octal | 240 | 46 | 14 | 0 | 114 | 135 | 45 | 13 | 126 | 42 |
| Binary | 10100000 | 100110 | 1100 | 0 | 1001100 | 1011101 | 100101 | 1011 | 1010110 | 100010 |
Color Harmonies of #A0260C
Complementary color
Monochromatic Colors of #A0260C
Black with #A0260C
Text Example
Text Example
White with #A0260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0260C; }
p { color: rgb(160,38,12); }
H1.HeaderClassName
{
color: #A0260C;
}
.AnyTagClassName
{
color: #A0260C;
}
</style>
background-color css
<style>
a { background-color: #A0260C; }
a { background-color: rgb(160,38,12); }
div.DivClassName
{
background-color: #A0260C;
}
.BgClassName
{
background-color: #A0260C;
}
</style>
border-color css
<style>
span { border-color: #A0260C; }
span { border-color: rgb(160,38,12); }
td.TdClassName
{
border-color: #A0260C;
}
.TagClassName
{
border-color: #A0260C;
}
</style>