Shades of Fire Brick #A2260D
Tints of Fire Brick #A2260D
RGB
CMYK
RGB Variations
Color information
#A2260D (or 0xA2260D) is known color: Fire Brick. HEX triplet: A2, 26 and 0D. RGB value is (162,38,13). Sum of RGB (Red+Green+Blue) = 162+38+13=213 (28% of max value = 765). Red value is 162 (63.67% from 255 or 76.06% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 13 (5.47% from 255 or 6.10% from 213); Max value from RGB is 162 - color contains mainly: red. Hex color #A2260D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2260D is #5DD9F2. Grayscale: #484848. Windows color (decimal): -6150643 or 861858. OLE color: 861858.
HSL color Cylindrical-coordinate representation of color #A2260D: hue angle of 10.07º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A2260D is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 38 | 13 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.36 |
| HSL | 10.07º | 0.85% | 0.34% | - |
| HSV(B) | 10.07º | 0.92% | 0.64% | - |
| XYZ | 15.67 | 9.1 | 1.31 | - |
| YUV | 72.23 | 94.58 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 38 | 13 | 0 | 0.77 | 0.92 | 0.36 | 10.07 | 0.85 | 0.34 |
| Hex | A2 | 26 | D | 0 | 4D | 5C | 24 | A | 55 | 22 |
| Octal | 242 | 46 | 15 | 0 | 115 | 134 | 44 | 12 | 125 | 42 |
| Binary | 10100010 | 100110 | 1101 | 0 | 1001101 | 1011100 | 100100 | 1010 | 1010101 | 100010 |
Color Harmonies of #A2260D
Complementary color
Monochromatic Colors of #A2260D
Black with #A2260D
Text Example
Text Example
White with #A2260D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2260D; }
p { color: rgb(162,38,13); }
H1.HeaderClassName
{
color: #A2260D;
}
.AnyTagClassName
{
color: #A2260D;
}
</style>
background-color css
<style>
a { background-color: #A2260D; }
a { background-color: rgb(162,38,13); }
div.DivClassName
{
background-color: #A2260D;
}
.BgClassName
{
background-color: #A2260D;
}
</style>
border-color css
<style>
span { border-color: #A2260D; }
span { border-color: rgb(162,38,13); }
td.TdClassName
{
border-color: #A2260D;
}
.TagClassName
{
border-color: #A2260D;
}
</style>