Shades of Fire Brick #BA2F22
Tints of Fire Brick #BA2F22
RGB
CMYK
RGB Variations
Color information
#BA2F22 (or 0xBA2F22) is known color: Fire Brick. HEX triplet: BA, 2F and 22. RGB value is (186,47,34). Sum of RGB (Red+Green+Blue) = 186+47+34=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 47 (18.75% from 255 or 17.60% from 267); Blue value is 34 (13.67% from 255 or 12.73% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2F22 is #45D0DD. Grayscale: #575757. Windows color (decimal): -4575454 or 2240442. OLE color: 2240442.
HSL color Cylindrical-coordinate representation of color #BA2F22: hue angle of 5.13º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA2F22 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 47 | 34 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.27 |
| HSL | 5.13º | 0.69% | 0.43% | - |
| HSV(B) | 5.13º | 0.82% | 0.73% | - |
| XYZ | 21.55 | 12.59 | 2.81 | - |
| YUV | 87.08 | 98.05 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 34 | 0 | 0.75 | 0.82 | 0.27 | 5.13 | 0.69 | 0.43 |
| Hex | BA | 2F | 22 | 0 | 4B | 52 | 1B | 5 | 45 | 2B |
| Octal | 272 | 57 | 42 | 0 | 113 | 122 | 33 | 5 | 105 | 53 |
| Binary | 10111010 | 101111 | 100010 | 0 | 1001011 | 1010010 | 11011 | 101 | 1000101 | 101011 |
Color Harmonies of #BA2F22
Complementary color
Monochromatic Colors of #BA2F22
Black with #BA2F22
Text Example
Text Example
White with #BA2F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2F22; }
p { color: rgb(186,47,34); }
H1.HeaderClassName
{
color: #BA2F22;
}
.AnyTagClassName
{
color: #BA2F22;
}
</style>
background-color css
<style>
a { background-color: #BA2F22; }
a { background-color: rgb(186,47,34); }
div.DivClassName
{
background-color: #BA2F22;
}
.BgClassName
{
background-color: #BA2F22;
}
</style>
border-color css
<style>
span { border-color: #BA2F22; }
span { border-color: rgb(186,47,34); }
td.TdClassName
{
border-color: #BA2F22;
}
.TagClassName
{
border-color: #BA2F22;
}
</style>