Shades of Fire Brick #A4150E
Tints of Fire Brick #A4150E
RGB
CMYK
RGB Variations
Color information
#A4150E (or 0xA4150E) is known color: Fire Brick. HEX triplet: A4, 15 and 0E. RGB value is (164,21,14). Sum of RGB (Red+Green+Blue) = 164+21+14=199 (26% of max value = 765). Red value is 164 (64.45% from 255 or 82.41% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 14 (5.86% from 255 or 7.04% from 199); Max value from RGB is 164 - color contains mainly: red. Hex color #A4150E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A4150E is #5BEAF1. Grayscale: #3F3F3F. Windows color (decimal): -6023922 or 923044. OLE color: 923044.
HSL color Cylindrical-coordinate representation of color #A4150E: hue angle of 2.8º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A4150E is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 21 | 14 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.36 |
| HSL | 2.8º | 0.84% | 0.35% | - |
| HSV(B) | 2.8º | 0.91% | 0.64% | - |
| XYZ | 15.66 | 8.46 | 1.22 | - |
| YUV | 62.96 | 100.38 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 21 | 14 | 0 | 0.87 | 0.91 | 0.36 | 2.8 | 0.84 | 0.35 |
| Hex | A4 | 15 | E | 0 | 57 | 5B | 24 | 3 | 54 | 23 |
| Octal | 244 | 25 | 16 | 0 | 127 | 133 | 44 | 3 | 124 | 43 |
| Binary | 10100100 | 10101 | 1110 | 0 | 1010111 | 1011011 | 100100 | 11 | 1010100 | 100011 |
Color Harmonies of #A4150E
Complementary color
Monochromatic Colors of #A4150E
Black with #A4150E
Text Example
Text Example
White with #A4150E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4150E; }
p { color: rgb(164,21,14); }
H1.HeaderClassName
{
color: #A4150E;
}
.AnyTagClassName
{
color: #A4150E;
}
</style>
background-color css
<style>
a { background-color: #A4150E; }
a { background-color: rgb(164,21,14); }
div.DivClassName
{
background-color: #A4150E;
}
.BgClassName
{
background-color: #A4150E;
}
</style>
border-color css
<style>
span { border-color: #A4150E; }
span { border-color: rgb(164,21,14); }
td.TdClassName
{
border-color: #A4150E;
}
.TagClassName
{
border-color: #A4150E;
}
</style>