Shades of Fire Brick #BA281E
Tints of Fire Brick #BA281E
RGB
CMYK
RGB Variations
Color information
#BA281E (or 0xBA281E) is known color: Fire Brick. HEX triplet: BA, 28 and 1E. RGB value is (186,40,30). Sum of RGB (Red+Green+Blue) = 186+40+30=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA281E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA281E is #45D7E1. Grayscale: #525252. Windows color (decimal): -4577250 or 1976506. OLE color: 1976506.
HSL color Cylindrical-coordinate representation of color #BA281E: hue angle of 3.85º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA281E is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 30 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.27 |
| HSL | 3.85º | 0.72% | 0.42% | - |
| HSV(B) | 3.85º | 0.84% | 0.73% | - |
| XYZ | 21.24 | 12.05 | 2.43 | - |
| YUV | 82.51 | 98.37 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 30 | 0 | 0.78 | 0.84 | 0.27 | 3.85 | 0.72 | 0.42 |
| Hex | BA | 28 | 1E | 0 | 4E | 54 | 1B | 4 | 48 | 2A |
| Octal | 272 | 50 | 36 | 0 | 116 | 124 | 33 | 4 | 110 | 52 |
| Binary | 10111010 | 101000 | 11110 | 0 | 1001110 | 1010100 | 11011 | 100 | 1001000 | 101010 |
Color Harmonies of #BA281E
Complementary color
Monochromatic Colors of #BA281E
Black with #BA281E
Text Example
Text Example
White with #BA281E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA281E; }
p { color: rgb(186,40,30); }
H1.HeaderClassName
{
color: #BA281E;
}
.AnyTagClassName
{
color: #BA281E;
}
</style>
background-color css
<style>
a { background-color: #BA281E; }
a { background-color: rgb(186,40,30); }
div.DivClassName
{
background-color: #BA281E;
}
.BgClassName
{
background-color: #BA281E;
}
</style>
border-color css
<style>
span { border-color: #BA281E; }
span { border-color: rgb(186,40,30); }
td.TdClassName
{
border-color: #BA281E;
}
.TagClassName
{
border-color: #BA281E;
}
</style>