Shades of Fire Brick #BA1D1B
Tints of Fire Brick #BA1D1B
RGB
CMYK
RGB Variations
Color information
#BA1D1B (or 0xBA1D1B) is known color: Fire Brick. HEX triplet: BA, 1D and 1B. RGB value is (186,29,27). Sum of RGB (Red+Green+Blue) = 186+29+27=242 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.86% from 242); Green value is 29 (11.72% from 255 or 11.98% from 242); Blue value is 27 (10.94% from 255 or 11.16% from 242); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1D1B is #45E2E4. Grayscale: #4B4B4B. Windows color (decimal): -4580069 or 1777082. OLE color: 1777082.
HSL color Cylindrical-coordinate representation of color #BA1D1B: hue angle of 0.75º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA1D1B is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 27 | - |
| CMYK | 0 | 0.84 | 0.85 | 0.27 |
| HSL | 0.75º | 0.75% | 0.42% | - |
| HSV(B) | 0.75º | 0.85% | 0.73% | - |
| XYZ | 20.89 | 11.4 | 2.14 | - |
| YUV | 75.72 | 100.51 | 206.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 27 | 0 | 0.84 | 0.85 | 0.27 | 0.75 | 0.75 | 0.42 |
| Hex | BA | 1D | 1B | 0 | 54 | 55 | 1B | 1 | 4B | 2A |
| Octal | 272 | 35 | 33 | 0 | 124 | 125 | 33 | 1 | 113 | 52 |
| Binary | 10111010 | 11101 | 11011 | 0 | 1010100 | 1010101 | 11011 | 1 | 1001011 | 101010 |
Color Harmonies of #BA1D1B
Complementary color
Monochromatic Colors of #BA1D1B
Black with #BA1D1B
Text Example
Text Example
White with #BA1D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1D1B; }
p { color: rgb(186,29,27); }
H1.HeaderClassName
{
color: #BA1D1B;
}
.AnyTagClassName
{
color: #BA1D1B;
}
</style>
background-color css
<style>
a { background-color: #BA1D1B; }
a { background-color: rgb(186,29,27); }
div.DivClassName
{
background-color: #BA1D1B;
}
.BgClassName
{
background-color: #BA1D1B;
}
</style>
border-color css
<style>
span { border-color: #BA1D1B; }
span { border-color: rgb(186,29,27); }
td.TdClassName
{
border-color: #BA1D1B;
}
.TagClassName
{
border-color: #BA1D1B;
}
</style>