Shades of Fire Brick #BA1D09
Tints of Fire Brick #BA1D09
RGB
CMYK
RGB Variations
Color information
#BA1D09 (or 0xBA1D09) is known color: Fire Brick. HEX triplet: BA, 1D and 09. RGB value is (186,29,9). Sum of RGB (Red+Green+Blue) = 186+29+9=224 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.04% from 224); Green value is 29 (11.72% from 255 or 12.95% from 224); Blue value is 9 (3.91% from 255 or 4.02% from 224); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1D09 is #45E2F6. Grayscale: #494949. Windows color (decimal): -4580087 or 597434. OLE color: 597434.
HSL color Cylindrical-coordinate representation of color #BA1D09: hue angle of 6.78º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA1D09 is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 9 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.27 |
| HSL | 6.78º | 0.91% | 0.38% | - |
| HSV(B) | 6.78º | 0.95% | 0.73% | - |
| XYZ | 20.74 | 11.34 | 1.35 | - |
| YUV | 73.66 | 91.51 | 208.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 9 | 0 | 0.84 | 0.95 | 0.27 | 6.78 | 0.91 | 0.38 |
| Hex | BA | 1D | 9 | 0 | 54 | 5F | 1B | 7 | 5B | 26 |
| Octal | 272 | 35 | 11 | 0 | 124 | 137 | 33 | 7 | 133 | 46 |
| Binary | 10111010 | 11101 | 1001 | 0 | 1010100 | 1011111 | 11011 | 111 | 1011011 | 100110 |
Color Harmonies of #BA1D09
Complementary color
Monochromatic Colors of #BA1D09
Black with #BA1D09
Text Example
Text Example
White with #BA1D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1D09; }
p { color: rgb(186,29,9); }
H1.HeaderClassName
{
color: #BA1D09;
}
.AnyTagClassName
{
color: #BA1D09;
}
</style>
background-color css
<style>
a { background-color: #BA1D09; }
a { background-color: rgb(186,29,9); }
div.DivClassName
{
background-color: #BA1D09;
}
.BgClassName
{
background-color: #BA1D09;
}
</style>
border-color css
<style>
span { border-color: #BA1D09; }
span { border-color: rgb(186,29,9); }
td.TdClassName
{
border-color: #BA1D09;
}
.TagClassName
{
border-color: #BA1D09;
}
</style>