Shades of Fire Brick #BA1D1C
Tints of Fire Brick #BA1D1C
RGB
CMYK
RGB Variations
Color information
#BA1D1C (or 0xBA1D1C) is known color: Fire Brick. HEX triplet: BA, 1D and 1C. RGB value is (186,29,28). Sum of RGB (Red+Green+Blue) = 186+29+28=243 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.54% from 243); Green value is 29 (11.72% from 255 or 11.93% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1D1C is #45E2E3. Grayscale: #4B4B4B. Windows color (decimal): -4580068 or 1842618. OLE color: 1842618.
HSL color Cylindrical-coordinate representation of color #BA1D1C: hue angle of 0.38º degrees, saturation: 0.74, 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 #BA1D1C is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 28 | - |
| CMYK | 0 | 0.84 | 0.85 | 0.27 |
| HSL | 0.38º | 0.74% | 0.42% | - |
| HSV(B) | 0.38º | 0.85% | 0.73% | - |
| XYZ | 20.9 | 11.4 | 2.2 | - |
| YUV | 75.83 | 101.01 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 28 | 0 | 0.84 | 0.85 | 0.27 | 0.38 | 0.74 | 0.42 |
| Hex | BA | 1D | 1C | 0 | 54 | 55 | 1B | 0 | 4A | 2A |
| Octal | 272 | 35 | 34 | 0 | 124 | 125 | 33 | 0 | 112 | 52 |
| Binary | 10111010 | 11101 | 11100 | 0 | 1010100 | 1010101 | 11011 | 0 | 1001010 | 101010 |
Color Harmonies of #BA1D1C
Complementary color
Monochromatic Colors of #BA1D1C
Black with #BA1D1C
Text Example
Text Example
White with #BA1D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1D1C; }
p { color: rgb(186,29,28); }
H1.HeaderClassName
{
color: #BA1D1C;
}
.AnyTagClassName
{
color: #BA1D1C;
}
</style>
background-color css
<style>
a { background-color: #BA1D1C; }
a { background-color: rgb(186,29,28); }
div.DivClassName
{
background-color: #BA1D1C;
}
.BgClassName
{
background-color: #BA1D1C;
}
</style>
border-color css
<style>
span { border-color: #BA1D1C; }
span { border-color: rgb(186,29,28); }
td.TdClassName
{
border-color: #BA1D1C;
}
.TagClassName
{
border-color: #BA1D1C;
}
</style>