Shades of Fire Brick #BA1B13
Tints of Fire Brick #BA1B13
RGB
CMYK
RGB Variations
Color information
#BA1B13 (or 0xBA1B13) is known color: Fire Brick. HEX triplet: BA, 1B and 13. RGB value is (186,27,19). Sum of RGB (Red+Green+Blue) = 186+27+19=232 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.17% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 19 (7.81% from 255 or 8.19% from 232); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1B13 is #45E4EC. Grayscale: #494949. Windows color (decimal): -4580589 or 1252282. OLE color: 1252282.
HSL color Cylindrical-coordinate representation of color #BA1B13: hue angle of 2.87º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA1B13 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 27 | 19 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.27 |
| HSL | 2.87º | 0.81% | 0.4% | - |
| HSV(B) | 2.87º | 0.9% | 0.73% | - |
| XYZ | 20.76 | 11.27 | 1.7 | - |
| YUV | 73.63 | 97.18 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 27 | 19 | 0 | 0.85 | 0.90 | 0.27 | 2.87 | 0.81 | 0.4 |
| Hex | BA | 1B | 13 | 0 | 55 | 5A | 1B | 3 | 51 | 28 |
| Octal | 272 | 33 | 23 | 0 | 125 | 132 | 33 | 3 | 121 | 50 |
| Binary | 10111010 | 11011 | 10011 | 0 | 1010101 | 1011010 | 11011 | 11 | 1010001 | 101000 |
Color Harmonies of #BA1B13
Complementary color
Monochromatic Colors of #BA1B13
Black with #BA1B13
Text Example
Text Example
White with #BA1B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1B13; }
p { color: rgb(186,27,19); }
H1.HeaderClassName
{
color: #BA1B13;
}
.AnyTagClassName
{
color: #BA1B13;
}
</style>
background-color css
<style>
a { background-color: #BA1B13; }
a { background-color: rgb(186,27,19); }
div.DivClassName
{
background-color: #BA1B13;
}
.BgClassName
{
background-color: #BA1B13;
}
</style>
border-color css
<style>
span { border-color: #BA1B13; }
span { border-color: rgb(186,27,19); }
td.TdClassName
{
border-color: #BA1B13;
}
.TagClassName
{
border-color: #BA1B13;
}
</style>