Shades of Fire Brick #BA170F
Tints of Fire Brick #BA170F
RGB
CMYK
RGB Variations
Color information
#BA170F (or 0xBA170F) is known color: Fire Brick. HEX triplet: BA, 17 and 0F. RGB value is (186,23,15). Sum of RGB (Red+Green+Blue) = 186+23+15=224 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.04% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 186 - color contains mainly: red. Hex color #BA170F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA170F is #45E8F0. Grayscale: #474747. Windows color (decimal): -4581617 or 989114. OLE color: 989114.
HSL color Cylindrical-coordinate representation of color #BA170F: hue angle of 2.81º 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 #BA170F is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 23 | 15 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.27 |
| HSL | 2.81º | 0.85% | 0.39% | - |
| HSV(B) | 2.81º | 0.92% | 0.73% | - |
| XYZ | 20.64 | 11.09 | 1.5 | - |
| YUV | 70.83 | 96.5 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 15 | 0 | 0.88 | 0.92 | 0.27 | 2.81 | 0.85 | 0.39 |
| Hex | BA | 17 | F | 0 | 58 | 5C | 1B | 3 | 55 | 27 |
| Octal | 272 | 27 | 17 | 0 | 130 | 134 | 33 | 3 | 125 | 47 |
| Binary | 10111010 | 10111 | 1111 | 0 | 1011000 | 1011100 | 11011 | 11 | 1010101 | 100111 |
Color Harmonies of #BA170F
Complementary color
Monochromatic Colors of #BA170F
Black with #BA170F
Text Example
Text Example
White with #BA170F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA170F; }
p { color: rgb(186,23,15); }
H1.HeaderClassName
{
color: #BA170F;
}
.AnyTagClassName
{
color: #BA170F;
}
</style>
background-color css
<style>
a { background-color: #BA170F; }
a { background-color: rgb(186,23,15); }
div.DivClassName
{
background-color: #BA170F;
}
.BgClassName
{
background-color: #BA170F;
}
</style>
border-color css
<style>
span { border-color: #BA170F; }
span { border-color: rgb(186,23,15); }
td.TdClassName
{
border-color: #BA170F;
}
.TagClassName
{
border-color: #BA170F;
}
</style>