Shades of Fire Brick #BA2F2D
Tints of Fire Brick #BA2F2D
RGB
CMYK
RGB Variations
Color information
#BA2F2D (or 0xBA2F2D) is known color: Fire Brick. HEX triplet: BA, 2F and 2D. RGB value is (186,47,45). Sum of RGB (Red+Green+Blue) = 186+47+45=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 47 (18.75% from 255 or 16.91% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2F2D is #45D0D2. Grayscale: #585858. Windows color (decimal): -4575443 or 2961338. OLE color: 2961338.
HSL color Cylindrical-coordinate representation of color #BA2F2D: hue angle of 0.85º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA2F2D is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 47 | 45 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.27 |
| HSL | 0.85º | 0.61% | 0.45% | - |
| HSV(B) | 0.85º | 0.76% | 0.73% | - |
| XYZ | 21.74 | 12.66 | 3.78 | - |
| YUV | 88.33 | 103.55 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 45 | 0 | 0.75 | 0.76 | 0.27 | 0.85 | 0.61 | 0.45 |
| Hex | BA | 2F | 2D | 0 | 4B | 4C | 1B | 1 | 3D | 2D |
| Octal | 272 | 57 | 55 | 0 | 113 | 114 | 33 | 1 | 75 | 55 |
| Binary | 10111010 | 101111 | 101101 | 0 | 1001011 | 1001100 | 11011 | 1 | 111101 | 101101 |
Color Harmonies of #BA2F2D
Complementary color
Monochromatic Colors of #BA2F2D
Black with #BA2F2D
Text Example
Text Example
White with #BA2F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2F2D; }
p { color: rgb(186,47,45); }
H1.HeaderClassName
{
color: #BA2F2D;
}
.AnyTagClassName
{
color: #BA2F2D;
}
</style>
background-color css
<style>
a { background-color: #BA2F2D; }
a { background-color: rgb(186,47,45); }
div.DivClassName
{
background-color: #BA2F2D;
}
.BgClassName
{
background-color: #BA2F2D;
}
</style>
border-color css
<style>
span { border-color: #BA2F2D; }
span { border-color: rgb(186,47,45); }
td.TdClassName
{
border-color: #BA2F2D;
}
.TagClassName
{
border-color: #BA2F2D;
}
</style>