Shades of Fire Brick #BA2A2A
Tints of Fire Brick #BA2A2A
RGB
CMYK
RGB Variations
Color information
#BA2A2A (or 0xBA2A2A) is known color: Fire Brick. HEX triplet: BA, 2A and 2A. RGB value is (186,42,42). Sum of RGB (Red+Green+Blue) = 186+42+42=270 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.89% from 270); Green value is 42 (16.80% from 255 or 15.56% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2A2A is #45D5D5. Grayscale: #555555. Windows color (decimal): -4576726 or 2763450. OLE color: 2763450.
HSL color Cylindrical-coordinate representation of color #BA2A2A: hue angle of 0º 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 #BA2A2A is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 42 | 42 | - |
| CMYK | 0 | 0.77 | 0.77 | 0.27 |
| HSL | 0º | 0.63% | 0.45% | - |
| HSV(B) | 0º | 0.77% | 0.73% | - |
| XYZ | 21.5 | 12.26 | 3.42 | - |
| YUV | 85.06 | 103.71 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 42 | 42 | 0 | 0.77 | 0.77 | 0.27 | 0 | 0.63 | 0.45 |
| Hex | BA | 2A | 2A | 0 | 4D | 4D | 1B | 0 | 3F | 2D |
| Octal | 272 | 52 | 52 | 0 | 115 | 115 | 33 | 0 | 77 | 55 |
| Binary | 10111010 | 101010 | 101010 | 0 | 1001101 | 1001101 | 11011 | 0 | 111111 | 101101 |
Color Harmonies of #BA2A2A
Complementary color
Monochromatic Colors of #BA2A2A
Black with #BA2A2A
Text Example
Text Example
White with #BA2A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2A2A; }
p { color: rgb(186,42,42); }
H1.HeaderClassName
{
color: #BA2A2A;
}
.AnyTagClassName
{
color: #BA2A2A;
}
</style>
background-color css
<style>
a { background-color: #BA2A2A; }
a { background-color: rgb(186,42,42); }
div.DivClassName
{
background-color: #BA2A2A;
}
.BgClassName
{
background-color: #BA2A2A;
}
</style>
border-color css
<style>
span { border-color: #BA2A2A; }
span { border-color: rgb(186,42,42); }
td.TdClassName
{
border-color: #BA2A2A;
}
.TagClassName
{
border-color: #BA2A2A;
}
</style>