Shades of Fire Brick #BA1B08
Tints of Fire Brick #BA1B08
RGB
CMYK
RGB Variations
Color information
#BA1B08 (or 0xBA1B08) is known color: Fire Brick. HEX triplet: BA, 1B and 08. RGB value is (186,27,8). Sum of RGB (Red+Green+Blue) = 186+27+8=221 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.16% from 221); Green value is 27 (10.94% from 255 or 12.22% from 221); Blue value is 8 (3.52% from 255 or 3.62% from 221); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1B08 is #45E4F7. Grayscale: #484848. Windows color (decimal): -4580600 or 531386. OLE color: 531386.
HSL color Cylindrical-coordinate representation of color #BA1B08: hue angle of 6.4º 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 #BA1B08 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 27 | 8 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.27 |
| HSL | 6.4º | 0.92% | 0.38% | - |
| HSV(B) | 6.4º | 0.96% | 0.73% | - |
| XYZ | 20.69 | 11.24 | 1.31 | - |
| YUV | 72.38 | 91.68 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 27 | 8 | 0 | 0.85 | 0.96 | 0.27 | 6.4 | 0.92 | 0.38 |
| Hex | BA | 1B | 8 | 0 | 55 | 60 | 1B | 6 | 5C | 26 |
| Octal | 272 | 33 | 10 | 0 | 125 | 140 | 33 | 6 | 134 | 46 |
| Binary | 10111010 | 11011 | 1000 | 0 | 1010101 | 1100000 | 11011 | 110 | 1011100 | 100110 |
Color Harmonies of #BA1B08
Complementary color
Monochromatic Colors of #BA1B08
Black with #BA1B08
Text Example
Text Example
White with #BA1B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1B08; }
p { color: rgb(186,27,8); }
H1.HeaderClassName
{
color: #BA1B08;
}
.AnyTagClassName
{
color: #BA1B08;
}
</style>
background-color css
<style>
a { background-color: #BA1B08; }
a { background-color: rgb(186,27,8); }
div.DivClassName
{
background-color: #BA1B08;
}
.BgClassName
{
background-color: #BA1B08;
}
</style>
border-color css
<style>
span { border-color: #BA1B08; }
span { border-color: rgb(186,27,8); }
td.TdClassName
{
border-color: #BA1B08;
}
.TagClassName
{
border-color: #BA1B08;
}
</style>