Shades of Fire Brick #BA2626
Tints of Fire Brick #BA2626
RGB
CMYK
RGB Variations
Color information
#BA2626 (or 0xBA2626) is known color: Fire Brick. HEX triplet: BA, 26 and 26. RGB value is (186,38,38). Sum of RGB (Red+Green+Blue) = 186+38+38=262 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.99% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 38 (15.23% from 255 or 14.50% from 262); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2626 is #45D9D9. Grayscale: #525252. Windows color (decimal): -4577754 or 2500282. OLE color: 2500282.
HSL color Cylindrical-coordinate representation of color #BA2626: hue angle of 0º 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 #BA2626 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 38 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.27 |
| HSL | 0º | 0.66% | 0.44% | - |
| HSV(B) | 0º | 0.8% | 0.73% | - |
| XYZ | 21.29 | 11.97 | 3.02 | - |
| YUV | 82.25 | 103.03 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 38 | 0 | 0.80 | 0.80 | 0.27 | 0 | 0.66 | 0.44 |
| Hex | BA | 26 | 26 | 0 | 50 | 50 | 1B | 0 | 42 | 2C |
| Octal | 272 | 46 | 46 | 0 | 120 | 120 | 33 | 0 | 102 | 54 |
| Binary | 10111010 | 100110 | 100110 | 0 | 1010000 | 1010000 | 11011 | 0 | 1000010 | 101100 |
Color Harmonies of #BA2626
Complementary color
Monochromatic Colors of #BA2626
Black with #BA2626
Text Example
Text Example
White with #BA2626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2626; }
p { color: rgb(186,38,38); }
H1.HeaderClassName
{
color: #BA2626;
}
.AnyTagClassName
{
color: #BA2626;
}
</style>
background-color css
<style>
a { background-color: #BA2626; }
a { background-color: rgb(186,38,38); }
div.DivClassName
{
background-color: #BA2626;
}
.BgClassName
{
background-color: #BA2626;
}
</style>
border-color css
<style>
span { border-color: #BA2626; }
span { border-color: rgb(186,38,38); }
td.TdClassName
{
border-color: #BA2626;
}
.TagClassName
{
border-color: #BA2626;
}
</style>