Shades of Fire Brick #A0260D
Tints of Fire Brick #A0260D
RGB
CMYK
RGB Variations
Color information
#A0260D (or 0xA0260D) is known color: Fire Brick. HEX triplet: A0, 26 and 0D. RGB value is (160,38,13). Sum of RGB (Red+Green+Blue) = 160+38+13=211 (27% of max value = 765). Red value is 160 (62.89% from 255 or 75.83% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 13 (5.47% from 255 or 6.16% from 211); Max value from RGB is 160 - color contains mainly: red. Hex color #A0260D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0260D is #5FD9F2. Grayscale: #474747. Windows color (decimal): -6281715 or 861856. OLE color: 861856.
HSL color Cylindrical-coordinate representation of color #A0260D: hue angle of 10.2º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A0260D is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 38 | 13 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.37 |
| HSL | 10.2º | 0.85% | 0.34% | - |
| HSV(B) | 10.2º | 0.92% | 0.63% | - |
| XYZ | 15.26 | 8.89 | 1.29 | - |
| YUV | 71.63 | 94.92 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 38 | 13 | 0 | 0.76 | 0.92 | 0.37 | 10.2 | 0.85 | 0.34 |
| Hex | A0 | 26 | D | 0 | 4C | 5C | 25 | A | 55 | 22 |
| Octal | 240 | 46 | 15 | 0 | 114 | 134 | 45 | 12 | 125 | 42 |
| Binary | 10100000 | 100110 | 1101 | 0 | 1001100 | 1011100 | 100101 | 1010 | 1010101 | 100010 |
Color Harmonies of #A0260D
Complementary color
Monochromatic Colors of #A0260D
Black with #A0260D
Text Example
Text Example
White with #A0260D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0260D; }
p { color: rgb(160,38,13); }
H1.HeaderClassName
{
color: #A0260D;
}
.AnyTagClassName
{
color: #A0260D;
}
</style>
background-color css
<style>
a { background-color: #A0260D; }
a { background-color: rgb(160,38,13); }
div.DivClassName
{
background-color: #A0260D;
}
.BgClassName
{
background-color: #A0260D;
}
</style>
border-color css
<style>
span { border-color: #A0260D; }
span { border-color: rgb(160,38,13); }
td.TdClassName
{
border-color: #A0260D;
}
.TagClassName
{
border-color: #A0260D;
}
</style>