Shades of Fire Brick #BA1A0D
Tints of Fire Brick #BA1A0D
RGB
CMYK
RGB Variations
Color information
#BA1A0D (or 0xBA1A0D) is known color: Fire Brick. HEX triplet: BA, 1A and 0D. RGB value is (186,26,13). Sum of RGB (Red+Green+Blue) = 186+26+13=225 (29% of max value = 765). Red value is 186 (73.05% from 255 or 82.67% from 225); Green value is 26 (10.55% from 255 or 11.56% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1A0D is #45E5F2. Grayscale: #484848. Windows color (decimal): -4580851 or 858810. OLE color: 858810.
HSL color Cylindrical-coordinate representation of color #BA1A0D: hue angle of 4.51º 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 #BA1A0D is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 26 | 13 | - |
| CMYK | 0 | 0.86 | 0.93 | 0.27 |
| HSL | 4.51º | 0.87% | 0.39% | - |
| HSV(B) | 4.51º | 0.93% | 0.73% | - |
| XYZ | 20.69 | 11.21 | 1.45 | - |
| YUV | 72.36 | 94.51 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 26 | 13 | 0 | 0.86 | 0.93 | 0.27 | 4.51 | 0.87 | 0.39 |
| Hex | BA | 1A | D | 0 | 56 | 5D | 1B | 5 | 57 | 27 |
| Octal | 272 | 32 | 15 | 0 | 126 | 135 | 33 | 5 | 127 | 47 |
| Binary | 10111010 | 11010 | 1101 | 0 | 1010110 | 1011101 | 11011 | 101 | 1010111 | 100111 |
Color Harmonies of #BA1A0D
Complementary color
Monochromatic Colors of #BA1A0D
Black with #BA1A0D
Text Example
Text Example
White with #BA1A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1A0D; }
p { color: rgb(186,26,13); }
H1.HeaderClassName
{
color: #BA1A0D;
}
.AnyTagClassName
{
color: #BA1A0D;
}
</style>
background-color css
<style>
a { background-color: #BA1A0D; }
a { background-color: rgb(186,26,13); }
div.DivClassName
{
background-color: #BA1A0D;
}
.BgClassName
{
background-color: #BA1A0D;
}
</style>
border-color css
<style>
span { border-color: #BA1A0D; }
span { border-color: rgb(186,26,13); }
td.TdClassName
{
border-color: #BA1A0D;
}
.TagClassName
{
border-color: #BA1A0D;
}
</style>