Shades of Fire Brick #BA2726
Tints of Fire Brick #BA2726
RGB
CMYK
RGB Variations
Color information
#BA2726 (or 0xBA2726) is known color: Fire Brick. HEX triplet: BA, 27 and 26. RGB value is (186,39,38). Sum of RGB (Red+Green+Blue) = 186+39+38=263 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.72% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 38 (15.23% from 255 or 14.45% from 263); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2726 is #45D8D9. Grayscale: #525252. Windows color (decimal): -4577498 or 2500538. OLE color: 2500538.
HSL color Cylindrical-coordinate representation of color #BA2726: hue angle of 0.41º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2726 is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 39 | 38 | - |
| CMYK | 0 | 0.79 | 0.80 | 0.27 |
| HSL | 0.41º | 0.66% | 0.44% | - |
| HSV(B) | 0.41º | 0.8% | 0.73% | - |
| XYZ | 21.33 | 12.03 | 3.03 | - |
| YUV | 82.84 | 102.7 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 39 | 38 | 0 | 0.79 | 0.80 | 0.27 | 0.41 | 0.66 | 0.44 |
| Hex | BA | 27 | 26 | 0 | 4F | 50 | 1B | 0 | 42 | 2C |
| Octal | 272 | 47 | 46 | 0 | 117 | 120 | 33 | 0 | 102 | 54 |
| Binary | 10111010 | 100111 | 100110 | 0 | 1001111 | 1010000 | 11011 | 0 | 1000010 | 101100 |
Color Harmonies of #BA2726
Complementary color
Monochromatic Colors of #BA2726
Black with #BA2726
Text Example
Text Example
White with #BA2726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2726; }
p { color: rgb(186,39,38); }
H1.HeaderClassName
{
color: #BA2726;
}
.AnyTagClassName
{
color: #BA2726;
}
</style>
background-color css
<style>
a { background-color: #BA2726; }
a { background-color: rgb(186,39,38); }
div.DivClassName
{
background-color: #BA2726;
}
.BgClassName
{
background-color: #BA2726;
}
</style>
border-color css
<style>
span { border-color: #BA2726; }
span { border-color: rgb(186,39,38); }
td.TdClassName
{
border-color: #BA2726;
}
.TagClassName
{
border-color: #BA2726;
}
</style>