Shades of Fire Brick #BA1311
Tints of Fire Brick #BA1311
RGB
CMYK
RGB Variations
Color information
#BA1311 (or 0xBA1311) is known color: Fire Brick. HEX triplet: BA, 13 and 11. RGB value is (186,19,17). Sum of RGB (Red+Green+Blue) = 186+19+17=222 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.78% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 17 (7.03% from 255 or 7.66% from 222); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1311 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1311 is #45ECEE. Grayscale: #444444. Windows color (decimal): -4582639 or 1119162. OLE color: 1119162.
HSL color Cylindrical-coordinate representation of color #BA1311: hue angle of 0.71º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA1311 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 19 | 17 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.27 |
| HSL | 0.71º | 0.83% | 0.4% | - |
| HSV(B) | 0.71º | 0.91% | 0.73% | - |
| XYZ | 20.58 | 10.95 | 1.56 | - |
| YUV | 68.71 | 98.83 | 211.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 17 | 0 | 0.90 | 0.91 | 0.27 | 0.71 | 0.83 | 0.4 |
| Hex | BA | 13 | 11 | 0 | 5A | 5B | 1B | 1 | 53 | 28 |
| Octal | 272 | 23 | 21 | 0 | 132 | 133 | 33 | 1 | 123 | 50 |
| Binary | 10111010 | 10011 | 10001 | 0 | 1011010 | 1011011 | 11011 | 1 | 1010011 | 101000 |
Color Harmonies of #BA1311
Complementary color
Monochromatic Colors of #BA1311
Black with #BA1311
Text Example
Text Example
White with #BA1311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1311; }
p { color: rgb(186,19,17); }
H1.HeaderClassName
{
color: #BA1311;
}
.AnyTagClassName
{
color: #BA1311;
}
</style>
background-color css
<style>
a { background-color: #BA1311; }
a { background-color: rgb(186,19,17); }
div.DivClassName
{
background-color: #BA1311;
}
.BgClassName
{
background-color: #BA1311;
}
</style>
border-color css
<style>
span { border-color: #BA1311; }
span { border-color: rgb(186,19,17); }
td.TdClassName
{
border-color: #BA1311;
}
.TagClassName
{
border-color: #BA1311;
}
</style>