Shades of Fire Brick #BA3220
Tints of Fire Brick #BA3220
RGB
CMYK
RGB Variations
Color information
#BA3220 (or 0xBA3220) is known color: Fire Brick. HEX triplet: BA, 32 and 20. RGB value is (186,50,32). Sum of RGB (Red+Green+Blue) = 186+50+32=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3220 is #45CDDF. Grayscale: #585858. Windows color (decimal): -4574688 or 2110138. OLE color: 2110138.
HSL color Cylindrical-coordinate representation of color #BA3220: hue angle of 7.01º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA3220 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 50 | 32 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.27 |
| HSL | 7.01º | 0.71% | 0.43% | - |
| HSV(B) | 7.01º | 0.83% | 0.73% | - |
| XYZ | 21.65 | 12.82 | 2.7 | - |
| YUV | 88.61 | 96.06 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 32 | 0 | 0.73 | 0.83 | 0.27 | 7.01 | 0.71 | 0.43 |
| Hex | BA | 32 | 20 | 0 | 49 | 53 | 1B | 7 | 47 | 2B |
| Octal | 272 | 62 | 40 | 0 | 111 | 123 | 33 | 7 | 107 | 53 |
| Binary | 10111010 | 110010 | 100000 | 0 | 1001001 | 1010011 | 11011 | 111 | 1000111 | 101011 |
Color Harmonies of #BA3220
Complementary color
Monochromatic Colors of #BA3220
Black with #BA3220
Text Example
Text Example
White with #BA3220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3220; }
p { color: rgb(186,50,32); }
H1.HeaderClassName
{
color: #BA3220;
}
.AnyTagClassName
{
color: #BA3220;
}
</style>
background-color css
<style>
a { background-color: #BA3220; }
a { background-color: rgb(186,50,32); }
div.DivClassName
{
background-color: #BA3220;
}
.BgClassName
{
background-color: #BA3220;
}
</style>
border-color css
<style>
span { border-color: #BA3220; }
span { border-color: rgb(186,50,32); }
td.TdClassName
{
border-color: #BA3220;
}
.TagClassName
{
border-color: #BA3220;
}
</style>