Shades of Fire Brick #BA2B26
Tints of Fire Brick #BA2B26
RGB
CMYK
RGB Variations
Color information
#BA2B26 (or 0xBA2B26) is known color: Fire Brick. HEX triplet: BA, 2B and 26. RGB value is (186,43,38). Sum of RGB (Red+Green+Blue) = 186+43+38=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 43 (17.19% from 255 or 16.10% from 267); Blue value is 38 (15.23% from 255 or 14.23% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2B26 is #45D4D9. Grayscale: #555555. Windows color (decimal): -4576474 or 2501562. OLE color: 2501562.
HSL color Cylindrical-coordinate representation of color #BA2B26: hue angle of 2.03º 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 #BA2B26 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 43 | 38 | - |
| CMYK | 0 | 0.77 | 0.80 | 0.27 |
| HSL | 2.03º | 0.66% | 0.44% | - |
| HSV(B) | 2.03º | 0.8% | 0.73% | - |
| XYZ | 21.46 | 12.31 | 3.08 | - |
| YUV | 85.19 | 101.38 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 43 | 38 | 0 | 0.77 | 0.80 | 0.27 | 2.03 | 0.66 | 0.44 |
| Hex | BA | 2B | 26 | 0 | 4D | 50 | 1B | 2 | 42 | 2C |
| Octal | 272 | 53 | 46 | 0 | 115 | 120 | 33 | 2 | 102 | 54 |
| Binary | 10111010 | 101011 | 100110 | 0 | 1001101 | 1010000 | 11011 | 10 | 1000010 | 101100 |
Color Harmonies of #BA2B26
Complementary color
Monochromatic Colors of #BA2B26
Black with #BA2B26
Text Example
Text Example
White with #BA2B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2B26; }
p { color: rgb(186,43,38); }
H1.HeaderClassName
{
color: #BA2B26;
}
.AnyTagClassName
{
color: #BA2B26;
}
</style>
background-color css
<style>
a { background-color: #BA2B26; }
a { background-color: rgb(186,43,38); }
div.DivClassName
{
background-color: #BA2B26;
}
.BgClassName
{
background-color: #BA2B26;
}
</style>
border-color css
<style>
span { border-color: #BA2B26; }
span { border-color: rgb(186,43,38); }
td.TdClassName
{
border-color: #BA2B26;
}
.TagClassName
{
border-color: #BA2B26;
}
</style>