Shades of Fire Brick #BA190D
Tints of Fire Brick #BA190D
RGB
CMYK
RGB Variations
Color information
#BA190D (or 0xBA190D) is known color: Fire Brick. HEX triplet: BA, 19 and 0D. RGB value is (186,25,13). Sum of RGB (Red+Green+Blue) = 186+25+13=224 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.04% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 186 - color contains mainly: red. Hex color #BA190D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA190D is #45E6F2. Grayscale: #474747. Windows color (decimal): -4581107 or 858554. OLE color: 858554.
HSL color Cylindrical-coordinate representation of color #BA190D: hue angle of 4.16º 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 #BA190D is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 25 | 13 | - |
| CMYK | 0 | 0.87 | 0.93 | 0.27 |
| HSL | 4.16º | 0.87% | 0.39% | - |
| HSV(B) | 4.16º | 0.93% | 0.73% | - |
| XYZ | 20.67 | 11.16 | 1.45 | - |
| YUV | 71.77 | 94.84 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 13 | 0 | 0.87 | 0.93 | 0.27 | 4.16 | 0.87 | 0.39 |
| Hex | BA | 19 | D | 0 | 57 | 5D | 1B | 4 | 57 | 27 |
| Octal | 272 | 31 | 15 | 0 | 127 | 135 | 33 | 4 | 127 | 47 |
| Binary | 10111010 | 11001 | 1101 | 0 | 1010111 | 1011101 | 11011 | 100 | 1010111 | 100111 |
Color Harmonies of #BA190D
Complementary color
Monochromatic Colors of #BA190D
Black with #BA190D
Text Example
Text Example
White with #BA190D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA190D; }
p { color: rgb(186,25,13); }
H1.HeaderClassName
{
color: #BA190D;
}
.AnyTagClassName
{
color: #BA190D;
}
</style>
background-color css
<style>
a { background-color: #BA190D; }
a { background-color: rgb(186,25,13); }
div.DivClassName
{
background-color: #BA190D;
}
.BgClassName
{
background-color: #BA190D;
}
</style>
border-color css
<style>
span { border-color: #BA190D; }
span { border-color: rgb(186,25,13); }
td.TdClassName
{
border-color: #BA190D;
}
.TagClassName
{
border-color: #BA190D;
}
</style>