Shades of Fire Brick #BA2E2A
Tints of Fire Brick #BA2E2A
RGB
CMYK
RGB Variations
Color information
#BA2E2A (or 0xBA2E2A) is known color: Fire Brick. HEX triplet: BA, 2E and 2A. RGB value is (186,46,42). Sum of RGB (Red+Green+Blue) = 186+46+42=274 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.88% from 274); Green value is 46 (18.36% from 255 or 16.79% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2E2A is #45D1D5. Grayscale: #575757. Windows color (decimal): -4575702 or 2764474. OLE color: 2764474.
HSL color Cylindrical-coordinate representation of color #BA2E2A: hue angle of 1.67º 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 #BA2E2A is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 46 | 42 | - |
| CMYK | 0 | 0.75 | 0.77 | 0.27 |
| HSL | 1.67º | 0.63% | 0.45% | - |
| HSV(B) | 1.67º | 0.77% | 0.73% | - |
| XYZ | 21.64 | 12.56 | 3.47 | - |
| YUV | 87.4 | 102.38 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 42 | 0 | 0.75 | 0.77 | 0.27 | 1.67 | 0.63 | 0.45 |
| Hex | BA | 2E | 2A | 0 | 4B | 4D | 1B | 2 | 3F | 2D |
| Octal | 272 | 56 | 52 | 0 | 113 | 115 | 33 | 2 | 77 | 55 |
| Binary | 10111010 | 101110 | 101010 | 0 | 1001011 | 1001101 | 11011 | 10 | 111111 | 101101 |
Color Harmonies of #BA2E2A
Complementary color
Monochromatic Colors of #BA2E2A
Black with #BA2E2A
Text Example
Text Example
White with #BA2E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2E2A; }
p { color: rgb(186,46,42); }
H1.HeaderClassName
{
color: #BA2E2A;
}
.AnyTagClassName
{
color: #BA2E2A;
}
</style>
background-color css
<style>
a { background-color: #BA2E2A; }
a { background-color: rgb(186,46,42); }
div.DivClassName
{
background-color: #BA2E2A;
}
.BgClassName
{
background-color: #BA2E2A;
}
</style>
border-color css
<style>
span { border-color: #BA2E2A; }
span { border-color: rgb(186,46,42); }
td.TdClassName
{
border-color: #BA2E2A;
}
.TagClassName
{
border-color: #BA2E2A;
}
</style>