Shades of Fire Brick #BA160F
Tints of Fire Brick #BA160F
RGB
CMYK
RGB Variations
Color information
#BA160F (or 0xBA160F) is known color: Fire Brick. HEX triplet: BA, 16 and 0F. RGB value is (186,22,15). Sum of RGB (Red+Green+Blue) = 186+22+15=223 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.41% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 15 (6.25% from 255 or 6.73% from 223); Max value from RGB is 186 - color contains mainly: red. Hex color #BA160F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA160F is #45E9F0. Grayscale: #464646. Windows color (decimal): -4581873 or 988858. OLE color: 988858.
HSL color Cylindrical-coordinate representation of color #BA160F: hue angle of 2.46º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA160F is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 15 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.27 |
| HSL | 2.46º | 0.85% | 0.39% | - |
| HSV(B) | 2.46º | 0.92% | 0.73% | - |
| XYZ | 20.62 | 11.05 | 1.5 | - |
| YUV | 70.24 | 96.83 | 210.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 15 | 0 | 0.88 | 0.92 | 0.27 | 2.46 | 0.85 | 0.39 |
| Hex | BA | 16 | F | 0 | 58 | 5C | 1B | 2 | 55 | 27 |
| Octal | 272 | 26 | 17 | 0 | 130 | 134 | 33 | 2 | 125 | 47 |
| Binary | 10111010 | 10110 | 1111 | 0 | 1011000 | 1011100 | 11011 | 10 | 1010101 | 100111 |
Color Harmonies of #BA160F
Complementary color
Monochromatic Colors of #BA160F
Black with #BA160F
Text Example
Text Example
White with #BA160F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA160F; }
p { color: rgb(186,22,15); }
H1.HeaderClassName
{
color: #BA160F;
}
.AnyTagClassName
{
color: #BA160F;
}
</style>
background-color css
<style>
a { background-color: #BA160F; }
a { background-color: rgb(186,22,15); }
div.DivClassName
{
background-color: #BA160F;
}
.BgClassName
{
background-color: #BA160F;
}
</style>
border-color css
<style>
span { border-color: #BA160F; }
span { border-color: rgb(186,22,15); }
td.TdClassName
{
border-color: #BA160F;
}
.TagClassName
{
border-color: #BA160F;
}
</style>