Shades of Fire Brick #BA2B23
Tints of Fire Brick #BA2B23
RGB
CMYK
RGB Variations
Color information
#BA2B23 (or 0xBA2B23) is known color: Fire Brick. HEX triplet: BA, 2B and 23. RGB value is (186,43,35). Sum of RGB (Red+Green+Blue) = 186+43+35=264 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.45% from 264); Green value is 43 (17.19% from 255 or 16.29% from 264); Blue value is 35 (14.06% from 255 or 13.26% from 264); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2B23 is #45D4DC. Grayscale: #555555. Windows color (decimal): -4576477 or 2304954. OLE color: 2304954.
HSL color Cylindrical-coordinate representation of color #BA2B23: hue angle of 3.18º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2B23 is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 43 | 35 | - |
| CMYK | 0 | 0.77 | 0.81 | 0.27 |
| HSL | 3.18º | 0.68% | 0.43% | - |
| HSV(B) | 3.18º | 0.81% | 0.73% | - |
| XYZ | 21.42 | 12.29 | 2.83 | - |
| YUV | 84.85 | 99.88 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 43 | 35 | 0 | 0.77 | 0.81 | 0.27 | 3.18 | 0.68 | 0.43 |
| Hex | BA | 2B | 23 | 0 | 4D | 51 | 1B | 3 | 44 | 2B |
| Octal | 272 | 53 | 43 | 0 | 115 | 121 | 33 | 3 | 104 | 53 |
| Binary | 10111010 | 101011 | 100011 | 0 | 1001101 | 1010001 | 11011 | 11 | 1000100 | 101011 |
Color Harmonies of #BA2B23
Complementary color
Monochromatic Colors of #BA2B23
Black with #BA2B23
Text Example
Text Example
White with #BA2B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2B23; }
p { color: rgb(186,43,35); }
H1.HeaderClassName
{
color: #BA2B23;
}
.AnyTagClassName
{
color: #BA2B23;
}
</style>
background-color css
<style>
a { background-color: #BA2B23; }
a { background-color: rgb(186,43,35); }
div.DivClassName
{
background-color: #BA2B23;
}
.BgClassName
{
background-color: #BA2B23;
}
</style>
border-color css
<style>
span { border-color: #BA2B23; }
span { border-color: rgb(186,43,35); }
td.TdClassName
{
border-color: #BA2B23;
}
.TagClassName
{
border-color: #BA2B23;
}
</style>