Shades of Fire Brick #BA180D
Tints of Fire Brick #BA180D
RGB
CMYK
RGB Variations
Color information
#BA180D (or 0xBA180D) is known color: Fire Brick. HEX triplet: BA, 18 and 0D. RGB value is (186,24,13). Sum of RGB (Red+Green+Blue) = 186+24+13=223 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.41% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 186 - color contains mainly: red. Hex color #BA180D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA180D is #45E7F2. Grayscale: #474747. Windows color (decimal): -4581363 or 858298. OLE color: 858298.
HSL color Cylindrical-coordinate representation of color #BA180D: hue angle of 3.82º 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 #BA180D is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 24 | 13 | - |
| CMYK | 0 | 0.87 | 0.93 | 0.27 |
| HSL | 3.82º | 0.87% | 0.39% | - |
| HSV(B) | 3.82º | 0.93% | 0.73% | - |
| XYZ | 20.65 | 11.12 | 1.44 | - |
| YUV | 71.18 | 95.17 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 24 | 13 | 0 | 0.87 | 0.93 | 0.27 | 3.82 | 0.87 | 0.39 |
| Hex | BA | 18 | D | 0 | 57 | 5D | 1B | 4 | 57 | 27 |
| Octal | 272 | 30 | 15 | 0 | 127 | 135 | 33 | 4 | 127 | 47 |
| Binary | 10111010 | 11000 | 1101 | 0 | 1010111 | 1011101 | 11011 | 100 | 1010111 | 100111 |
Color Harmonies of #BA180D
Complementary color
Monochromatic Colors of #BA180D
Black with #BA180D
Text Example
Text Example
White with #BA180D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA180D; }
p { color: rgb(186,24,13); }
H1.HeaderClassName
{
color: #BA180D;
}
.AnyTagClassName
{
color: #BA180D;
}
</style>
background-color css
<style>
a { background-color: #BA180D; }
a { background-color: rgb(186,24,13); }
div.DivClassName
{
background-color: #BA180D;
}
.BgClassName
{
background-color: #BA180D;
}
</style>
border-color css
<style>
span { border-color: #BA180D; }
span { border-color: rgb(186,24,13); }
td.TdClassName
{
border-color: #BA180D;
}
.TagClassName
{
border-color: #BA180D;
}
</style>