Shades of Fire Brick #BA1D1D
Tints of Fire Brick #BA1D1D
RGB
CMYK
RGB Variations
Color information
#BA1D1D (or 0xBA1D1D) is known color: Fire Brick. HEX triplet: BA, 1D and 1D. RGB value is (186,29,29). Sum of RGB (Red+Green+Blue) = 186+29+29=244 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.23% from 244); Green value is 29 (11.72% from 255 or 11.89% from 244); Blue value is 29 (11.72% from 255 or 11.89% from 244); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1D1D is #45E2E2. Grayscale: #4C4C4C. Windows color (decimal): -4580067 or 1908154. OLE color: 1908154.
HSL color Cylindrical-coordinate representation of color #BA1D1D: hue angle of 0º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1D1D is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 29 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.27 |
| HSL | 0º | 0.73% | 0.42% | - |
| HSV(B) | 0º | 0.84% | 0.73% | - |
| XYZ | 20.91 | 11.41 | 2.26 | - |
| YUV | 75.94 | 101.51 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 29 | 0 | 0.84 | 0.84 | 0.27 | 0 | 0.73 | 0.42 |
| Hex | BA | 1D | 1D | 0 | 54 | 54 | 1B | 0 | 49 | 2A |
| Octal | 272 | 35 | 35 | 0 | 124 | 124 | 33 | 0 | 111 | 52 |
| Binary | 10111010 | 11101 | 11101 | 0 | 1010100 | 1010100 | 11011 | 0 | 1001001 | 101010 |
Color Harmonies of #BA1D1D
Complementary color
Monochromatic Colors of #BA1D1D
Black with #BA1D1D
Text Example
Text Example
White with #BA1D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1D1D; }
p { color: rgb(186,29,29); }
H1.HeaderClassName
{
color: #BA1D1D;
}
.AnyTagClassName
{
color: #BA1D1D;
}
</style>
background-color css
<style>
a { background-color: #BA1D1D; }
a { background-color: rgb(186,29,29); }
div.DivClassName
{
background-color: #BA1D1D;
}
.BgClassName
{
background-color: #BA1D1D;
}
</style>
border-color css
<style>
span { border-color: #BA1D1D; }
span { border-color: rgb(186,29,29); }
td.TdClassName
{
border-color: #BA1D1D;
}
.TagClassName
{
border-color: #BA1D1D;
}
</style>