Shades of Fire Brick #A4150A
Tints of Fire Brick #A4150A
RGB
CMYK
RGB Variations
Color information
#A4150A (or 0xA4150A) is known color: Fire Brick. HEX triplet: A4, 15 and 0A. RGB value is (164,21,10). Sum of RGB (Red+Green+Blue) = 164+21+10=195 (25% of max value = 765). Red value is 164 (64.45% from 255 or 84.10% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 10 (4.30% from 255 or 5.13% from 195); Max value from RGB is 164 - color contains mainly: red. Hex color #A4150A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A4150A is #5BEAF5. Grayscale: #3E3E3E. Windows color (decimal): -6023926 or 660900. OLE color: 660900.
HSL color Cylindrical-coordinate representation of color #A4150A: hue angle of 4.29º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A4150A is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 21 | 10 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.36 |
| HSL | 4.29º | 0.89% | 0.34% | - |
| HSV(B) | 4.29º | 0.94% | 0.64% | - |
| XYZ | 15.63 | 8.45 | 1.09 | - |
| YUV | 62.5 | 98.38 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 21 | 10 | 0 | 0.87 | 0.94 | 0.36 | 4.29 | 0.89 | 0.34 |
| Hex | A4 | 15 | A | 0 | 57 | 5E | 24 | 4 | 59 | 22 |
| Octal | 244 | 25 | 12 | 0 | 127 | 136 | 44 | 4 | 131 | 42 |
| Binary | 10100100 | 10101 | 1010 | 0 | 1010111 | 1011110 | 100100 | 100 | 1011001 | 100010 |
Color Harmonies of #A4150A
Complementary color
Monochromatic Colors of #A4150A
Black with #A4150A
Text Example
Text Example
White with #A4150A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4150A; }
p { color: rgb(164,21,10); }
H1.HeaderClassName
{
color: #A4150A;
}
.AnyTagClassName
{
color: #A4150A;
}
</style>
background-color css
<style>
a { background-color: #A4150A; }
a { background-color: rgb(164,21,10); }
div.DivClassName
{
background-color: #A4150A;
}
.BgClassName
{
background-color: #A4150A;
}
</style>
border-color css
<style>
span { border-color: #A4150A; }
span { border-color: rgb(164,21,10); }
td.TdClassName
{
border-color: #A4150A;
}
.TagClassName
{
border-color: #A4150A;
}
</style>