Shades of Fire Brick #BA2017
Tints of Fire Brick #BA2017
RGB
CMYK
RGB Variations
Color information
#BA2017 (or 0xBA2017) is known color: Fire Brick. HEX triplet: BA, 20 and 17. RGB value is (186,32,23). Sum of RGB (Red+Green+Blue) = 186+32+23=241 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.18% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 23 (9.38% from 255 or 9.54% from 241); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2017 is #45DFE8. Grayscale: #4D4D4D. Windows color (decimal): -4579305 or 1515706. OLE color: 1515706.
HSL color Cylindrical-coordinate representation of color #BA2017: hue angle of 3.31º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA2017 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 23 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.27 |
| HSL | 3.31º | 0.78% | 0.41% | - |
| HSV(B) | 3.31º | 0.88% | 0.73% | - |
| XYZ | 20.92 | 11.53 | 1.93 | - |
| YUV | 77.02 | 97.52 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 23 | 0 | 0.83 | 0.88 | 0.27 | 3.31 | 0.78 | 0.41 |
| Hex | BA | 20 | 17 | 0 | 53 | 58 | 1B | 3 | 4E | 29 |
| Octal | 272 | 40 | 27 | 0 | 123 | 130 | 33 | 3 | 116 | 51 |
| Binary | 10111010 | 100000 | 10111 | 0 | 1010011 | 1011000 | 11011 | 11 | 1001110 | 101001 |
Color Harmonies of #BA2017
Complementary color
Monochromatic Colors of #BA2017
Black with #BA2017
Text Example
Text Example
White with #BA2017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2017; }
p { color: rgb(186,32,23); }
H1.HeaderClassName
{
color: #BA2017;
}
.AnyTagClassName
{
color: #BA2017;
}
</style>
background-color css
<style>
a { background-color: #BA2017; }
a { background-color: rgb(186,32,23); }
div.DivClassName
{
background-color: #BA2017;
}
.BgClassName
{
background-color: #BA2017;
}
</style>
border-color css
<style>
span { border-color: #BA2017; }
span { border-color: rgb(186,32,23); }
td.TdClassName
{
border-color: #BA2017;
}
.TagClassName
{
border-color: #BA2017;
}
</style>