Shades of Fire Brick #BA1D0D
Tints of Fire Brick #BA1D0D
RGB
CMYK
RGB Variations
Color information
#BA1D0D (or 0xBA1D0D) is known color: Fire Brick. HEX triplet: BA, 1D and 0D. RGB value is (186,29,13). Sum of RGB (Red+Green+Blue) = 186+29+13=228 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.58% from 228); Green value is 29 (11.72% from 255 or 12.72% from 228); Blue value is 13 (5.47% from 255 or 5.70% from 228); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1D0D is #45E2F2. Grayscale: #4A4A4A. Windows color (decimal): -4580083 or 859578. OLE color: 859578.
HSL color Cylindrical-coordinate representation of color #BA1D0D: hue angle of 5.55º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA1D0D is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 13 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.27 |
| HSL | 5.55º | 0.87% | 0.39% | - |
| HSV(B) | 5.55º | 0.93% | 0.73% | - |
| XYZ | 20.76 | 11.35 | 1.48 | - |
| YUV | 74.12 | 93.51 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 13 | 0 | 0.84 | 0.93 | 0.27 | 5.55 | 0.87 | 0.39 |
| Hex | BA | 1D | D | 0 | 54 | 5D | 1B | 6 | 57 | 27 |
| Octal | 272 | 35 | 15 | 0 | 124 | 135 | 33 | 6 | 127 | 47 |
| Binary | 10111010 | 11101 | 1101 | 0 | 1010100 | 1011101 | 11011 | 110 | 1010111 | 100111 |
Color Harmonies of #BA1D0D
Complementary color
Monochromatic Colors of #BA1D0D
Black with #BA1D0D
Text Example
Text Example
White with #BA1D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1D0D; }
p { color: rgb(186,29,13); }
H1.HeaderClassName
{
color: #BA1D0D;
}
.AnyTagClassName
{
color: #BA1D0D;
}
</style>
background-color css
<style>
a { background-color: #BA1D0D; }
a { background-color: rgb(186,29,13); }
div.DivClassName
{
background-color: #BA1D0D;
}
.BgClassName
{
background-color: #BA1D0D;
}
</style>
border-color css
<style>
span { border-color: #BA1D0D; }
span { border-color: rgb(186,29,13); }
td.TdClassName
{
border-color: #BA1D0D;
}
.TagClassName
{
border-color: #BA1D0D;
}
</style>