Shades of Fire Brick #BA281B
Tints of Fire Brick #BA281B
RGB
CMYK
RGB Variations
Color information
#BA281B (or 0xBA281B) is known color: Fire Brick. HEX triplet: BA, 28 and 1B. RGB value is (186,40,27). Sum of RGB (Red+Green+Blue) = 186+40+27=253 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.52% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 186 - color contains mainly: red. Hex color #BA281B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA281B is #45D7E4. Grayscale: #525252. Windows color (decimal): -4577253 or 1779898. OLE color: 1779898.
HSL color Cylindrical-coordinate representation of color #BA281B: hue angle of 4.91º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA281B is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 27 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.27 |
| HSL | 4.91º | 0.75% | 0.42% | - |
| HSV(B) | 4.91º | 0.85% | 0.73% | - |
| XYZ | 21.21 | 12.04 | 2.24 | - |
| YUV | 82.17 | 96.87 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 27 | 0 | 0.78 | 0.85 | 0.27 | 4.91 | 0.75 | 0.42 |
| Hex | BA | 28 | 1B | 0 | 4E | 55 | 1B | 5 | 4B | 2A |
| Octal | 272 | 50 | 33 | 0 | 116 | 125 | 33 | 5 | 113 | 52 |
| Binary | 10111010 | 101000 | 11011 | 0 | 1001110 | 1010101 | 11011 | 101 | 1001011 | 101010 |
Color Harmonies of #BA281B
Complementary color
Monochromatic Colors of #BA281B
Black with #BA281B
Text Example
Text Example
White with #BA281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA281B; }
p { color: rgb(186,40,27); }
H1.HeaderClassName
{
color: #BA281B;
}
.AnyTagClassName
{
color: #BA281B;
}
</style>
background-color css
<style>
a { background-color: #BA281B; }
a { background-color: rgb(186,40,27); }
div.DivClassName
{
background-color: #BA281B;
}
.BgClassName
{
background-color: #BA281B;
}
</style>
border-color css
<style>
span { border-color: #BA281B; }
span { border-color: rgb(186,40,27); }
td.TdClassName
{
border-color: #BA281B;
}
.TagClassName
{
border-color: #BA281B;
}
</style>