Shades of Fire Brick #A4150B
Tints of Fire Brick #A4150B
RGB
CMYK
RGB Variations
Color information
#A4150B (or 0xA4150B) is known color: Fire Brick. HEX triplet: A4, 15 and 0B. RGB value is (164,21,11). Sum of RGB (Red+Green+Blue) = 164+21+11=196 (25% of max value = 765). Red value is 164 (64.45% from 255 or 83.67% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 11 (4.69% from 255 or 5.61% from 196); Max value from RGB is 164 - color contains mainly: red. Hex color #A4150B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A4150B is #5BEAF4. Grayscale: #3E3E3E. Windows color (decimal): -6023925 or 726436. OLE color: 726436.
HSL color Cylindrical-coordinate representation of color #A4150B: hue angle of 3.92º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A4150B is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 21 | 11 | - |
| CMYK | 0 | 0.87 | 0.93 | 0.36 |
| HSL | 3.92º | 0.87% | 0.34% | - |
| HSV(B) | 3.92º | 0.93% | 0.64% | - |
| XYZ | 15.64 | 8.45 | 1.12 | - |
| YUV | 62.62 | 98.88 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 21 | 11 | 0 | 0.87 | 0.93 | 0.36 | 3.92 | 0.87 | 0.34 |
| Hex | A4 | 15 | B | 0 | 57 | 5D | 24 | 4 | 57 | 22 |
| Octal | 244 | 25 | 13 | 0 | 127 | 135 | 44 | 4 | 127 | 42 |
| Binary | 10100100 | 10101 | 1011 | 0 | 1010111 | 1011101 | 100100 | 100 | 1010111 | 100010 |
Color Harmonies of #A4150B
Complementary color
Monochromatic Colors of #A4150B
Black with #A4150B
Text Example
Text Example
White with #A4150B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4150B; }
p { color: rgb(164,21,11); }
H1.HeaderClassName
{
color: #A4150B;
}
.AnyTagClassName
{
color: #A4150B;
}
</style>
background-color css
<style>
a { background-color: #A4150B; }
a { background-color: rgb(164,21,11); }
div.DivClassName
{
background-color: #A4150B;
}
.BgClassName
{
background-color: #A4150B;
}
</style>
border-color css
<style>
span { border-color: #A4150B; }
span { border-color: rgb(164,21,11); }
td.TdClassName
{
border-color: #A4150B;
}
.TagClassName
{
border-color: #A4150B;
}
</style>