Shades of Fire Brick #BA312B
Tints of Fire Brick #BA312B
RGB
CMYK
RGB Variations
Color information
#BA312B (or 0xBA312B) is known color: Fire Brick. HEX triplet: BA, 31 and 2B. RGB value is (186,49,43). Sum of RGB (Red+Green+Blue) = 186+49+43=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 43 (17.19% from 255 or 15.47% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA312B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA312B is #45CED4. Grayscale: #595959. Windows color (decimal): -4574933 or 2830778. OLE color: 2830778.
HSL color Cylindrical-coordinate representation of color #BA312B: hue angle of 2.52º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA312B is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 43 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.27 |
| HSL | 2.52º | 0.62% | 0.45% | - |
| HSV(B) | 2.52º | 0.77% | 0.73% | - |
| XYZ | 21.78 | 12.81 | 3.61 | - |
| YUV | 89.28 | 101.89 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 43 | 0 | 0.74 | 0.77 | 0.27 | 2.52 | 0.62 | 0.45 |
| Hex | BA | 31 | 2B | 0 | 4A | 4D | 1B | 3 | 3E | 2D |
| Octal | 272 | 61 | 53 | 0 | 112 | 115 | 33 | 3 | 76 | 55 |
| Binary | 10111010 | 110001 | 101011 | 0 | 1001010 | 1001101 | 11011 | 11 | 111110 | 101101 |
Color Harmonies of #BA312B
Complementary color
Monochromatic Colors of #BA312B
Black with #BA312B
Text Example
Text Example
White with #BA312B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA312B; }
p { color: rgb(186,49,43); }
H1.HeaderClassName
{
color: #BA312B;
}
.AnyTagClassName
{
color: #BA312B;
}
</style>
background-color css
<style>
a { background-color: #BA312B; }
a { background-color: rgb(186,49,43); }
div.DivClassName
{
background-color: #BA312B;
}
.BgClassName
{
background-color: #BA312B;
}
</style>
border-color css
<style>
span { border-color: #BA312B; }
span { border-color: rgb(186,49,43); }
td.TdClassName
{
border-color: #BA312B;
}
.TagClassName
{
border-color: #BA312B;
}
</style>