Shades of Fire Brick #BA312A
Tints of Fire Brick #BA312A
RGB
CMYK
RGB Variations
Color information
#BA312A (or 0xBA312A) is known color: Fire Brick. HEX triplet: BA, 31 and 2A. RGB value is (186,49,42). Sum of RGB (Red+Green+Blue) = 186+49+42=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA312A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA312A is #45CED5. Grayscale: #595959. Windows color (decimal): -4574934 or 2765242. OLE color: 2765242.
HSL color Cylindrical-coordinate representation of color #BA312A: hue angle of 2.92º degrees, saturation: 0.63, 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 #BA312A is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 42 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.27 |
| HSL | 2.92º | 0.63% | 0.45% | - |
| HSV(B) | 2.92º | 0.77% | 0.73% | - |
| XYZ | 21.77 | 12.8 | 3.51 | - |
| YUV | 89.17 | 101.39 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 42 | 0 | 0.74 | 0.77 | 0.27 | 2.92 | 0.63 | 0.45 |
| Hex | BA | 31 | 2A | 0 | 4A | 4D | 1B | 3 | 3F | 2D |
| Octal | 272 | 61 | 52 | 0 | 112 | 115 | 33 | 3 | 77 | 55 |
| Binary | 10111010 | 110001 | 101010 | 0 | 1001010 | 1001101 | 11011 | 11 | 111111 | 101101 |
Color Harmonies of #BA312A
Complementary color
Monochromatic Colors of #BA312A
Black with #BA312A
Text Example
Text Example
White with #BA312A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA312A; }
p { color: rgb(186,49,42); }
H1.HeaderClassName
{
color: #BA312A;
}
.AnyTagClassName
{
color: #BA312A;
}
</style>
background-color css
<style>
a { background-color: #BA312A; }
a { background-color: rgb(186,49,42); }
div.DivClassName
{
background-color: #BA312A;
}
.BgClassName
{
background-color: #BA312A;
}
</style>
border-color css
<style>
span { border-color: #BA312A; }
span { border-color: rgb(186,49,42); }
td.TdClassName
{
border-color: #BA312A;
}
.TagClassName
{
border-color: #BA312A;
}
</style>