Shades of Fire Brick #BA1A17
Tints of Fire Brick #BA1A17
RGB
CMYK
RGB Variations
Color information
#BA1A17 (or 0xBA1A17) is known color: Fire Brick. HEX triplet: BA, 1A and 17. RGB value is (186,26,23). Sum of RGB (Red+Green+Blue) = 186+26+23=235 (31% of max value = 765). Red value is 186 (73.05% from 255 or 79.15% from 235); Green value is 26 (10.55% from 255 or 11.06% from 235); Blue value is 23 (9.38% from 255 or 9.79% from 235); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1A17 is #45E5E8. Grayscale: #494949. Windows color (decimal): -4580841 or 1514170. OLE color: 1514170.
HSL color Cylindrical-coordinate representation of color #BA1A17: hue angle of 1.1º 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 #BA1A17 is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 26 | 23 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.27 |
| HSL | 1.1º | 0.78% | 0.41% | - |
| HSV(B) | 1.1º | 0.88% | 0.73% | - |
| XYZ | 20.77 | 11.24 | 1.89 | - |
| YUV | 73.5 | 99.51 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 26 | 23 | 0 | 0.86 | 0.88 | 0.27 | 1.1 | 0.78 | 0.41 |
| Hex | BA | 1A | 17 | 0 | 56 | 58 | 1B | 1 | 4E | 29 |
| Octal | 272 | 32 | 27 | 0 | 126 | 130 | 33 | 1 | 116 | 51 |
| Binary | 10111010 | 11010 | 10111 | 0 | 1010110 | 1011000 | 11011 | 1 | 1001110 | 101001 |
Color Harmonies of #BA1A17
Complementary color
Monochromatic Colors of #BA1A17
Black with #BA1A17
Text Example
Text Example
White with #BA1A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1A17; }
p { color: rgb(186,26,23); }
H1.HeaderClassName
{
color: #BA1A17;
}
.AnyTagClassName
{
color: #BA1A17;
}
</style>
background-color css
<style>
a { background-color: #BA1A17; }
a { background-color: rgb(186,26,23); }
div.DivClassName
{
background-color: #BA1A17;
}
.BgClassName
{
background-color: #BA1A17;
}
</style>
border-color css
<style>
span { border-color: #BA1A17; }
span { border-color: rgb(186,26,23); }
td.TdClassName
{
border-color: #BA1A17;
}
.TagClassName
{
border-color: #BA1A17;
}
</style>