Shades of Fire Brick #BA1D08
Tints of Fire Brick #BA1D08
RGB
CMYK
RGB Variations
Color information
#BA1D08 (or 0xBA1D08) is known color: Fire Brick. HEX triplet: BA, 1D and 08. RGB value is (186,29,8). Sum of RGB (Red+Green+Blue) = 186+29+8=223 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.41% from 223); Green value is 29 (11.72% from 255 or 13.00% from 223); Blue value is 8 (3.52% from 255 or 3.59% from 223); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1D08 is #45E2F7. Grayscale: #494949. Windows color (decimal): -4580088 or 531898. OLE color: 531898.
HSL color Cylindrical-coordinate representation of color #BA1D08: hue angle of 7.08º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA1D08 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 8 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.27 |
| HSL | 7.08º | 0.92% | 0.38% | - |
| HSV(B) | 7.08º | 0.96% | 0.73% | - |
| XYZ | 20.73 | 11.34 | 1.32 | - |
| YUV | 73.55 | 91.01 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 8 | 0 | 0.84 | 0.96 | 0.27 | 7.08 | 0.92 | 0.38 |
| Hex | BA | 1D | 8 | 0 | 54 | 60 | 1B | 7 | 5C | 26 |
| Octal | 272 | 35 | 10 | 0 | 124 | 140 | 33 | 7 | 134 | 46 |
| Binary | 10111010 | 11101 | 1000 | 0 | 1010100 | 1100000 | 11011 | 111 | 1011100 | 100110 |
Color Harmonies of #BA1D08
Complementary color
Monochromatic Colors of #BA1D08
Black with #BA1D08
Text Example
Text Example
White with #BA1D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1D08; }
p { color: rgb(186,29,8); }
H1.HeaderClassName
{
color: #BA1D08;
}
.AnyTagClassName
{
color: #BA1D08;
}
</style>
background-color css
<style>
a { background-color: #BA1D08; }
a { background-color: rgb(186,29,8); }
div.DivClassName
{
background-color: #BA1D08;
}
.BgClassName
{
background-color: #BA1D08;
}
</style>
border-color css
<style>
span { border-color: #BA1D08; }
span { border-color: rgb(186,29,8); }
td.TdClassName
{
border-color: #BA1D08;
}
.TagClassName
{
border-color: #BA1D08;
}
</style>