Shades of Fire Brick #BA1D13
Tints of Fire Brick #BA1D13
RGB
CMYK
RGB Variations
Color information
#BA1D13 (or 0xBA1D13) is known color: Fire Brick. HEX triplet: BA, 1D and 13. RGB value is (186,29,19). Sum of RGB (Red+Green+Blue) = 186+29+19=234 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.49% from 234); Green value is 29 (11.72% from 255 or 12.39% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1D13 is #45E2EC. Grayscale: #4B4B4B. Windows color (decimal): -4580077 or 1252794. OLE color: 1252794.
HSL color Cylindrical-coordinate representation of color #BA1D13: hue angle of 3.59º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA1D13 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 19 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.27 |
| HSL | 3.59º | 0.81% | 0.4% | - |
| HSV(B) | 3.59º | 0.9% | 0.73% | - |
| XYZ | 20.81 | 11.36 | 1.71 | - |
| YUV | 74.8 | 96.51 | 207.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 19 | 0 | 0.84 | 0.90 | 0.27 | 3.59 | 0.81 | 0.4 |
| Hex | BA | 1D | 13 | 0 | 54 | 5A | 1B | 4 | 51 | 28 |
| Octal | 272 | 35 | 23 | 0 | 124 | 132 | 33 | 4 | 121 | 50 |
| Binary | 10111010 | 11101 | 10011 | 0 | 1010100 | 1011010 | 11011 | 100 | 1010001 | 101000 |
Color Harmonies of #BA1D13
Complementary color
Monochromatic Colors of #BA1D13
Black with #BA1D13
Text Example
Text Example
White with #BA1D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1D13; }
p { color: rgb(186,29,19); }
H1.HeaderClassName
{
color: #BA1D13;
}
.AnyTagClassName
{
color: #BA1D13;
}
</style>
background-color css
<style>
a { background-color: #BA1D13; }
a { background-color: rgb(186,29,19); }
div.DivClassName
{
background-color: #BA1D13;
}
.BgClassName
{
background-color: #BA1D13;
}
</style>
border-color css
<style>
span { border-color: #BA1D13; }
span { border-color: rgb(186,29,19); }
td.TdClassName
{
border-color: #BA1D13;
}
.TagClassName
{
border-color: #BA1D13;
}
</style>