Shades of Fire Brick #BA322A
Tints of Fire Brick #BA322A
RGB
CMYK
RGB Variations
Color information
#BA322A (or 0xBA322A) is known color: Fire Brick. HEX triplet: BA, 32 and 2A. RGB value is (186,50,42). Sum of RGB (Red+Green+Blue) = 186+50+42=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA322A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA322A is #45CDD5. Grayscale: #595959. Windows color (decimal): -4574678 or 2765498. OLE color: 2765498.
HSL color Cylindrical-coordinate representation of color #BA322A: hue angle of 3.33º 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 #BA322A is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 50 | 42 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.27 |
| HSL | 3.33º | 0.63% | 0.45% | - |
| HSV(B) | 3.33º | 0.77% | 0.73% | - |
| XYZ | 21.81 | 12.89 | 3.53 | - |
| YUV | 89.75 | 101.06 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 42 | 0 | 0.73 | 0.77 | 0.27 | 3.33 | 0.63 | 0.45 |
| Hex | BA | 32 | 2A | 0 | 49 | 4D | 1B | 3 | 3F | 2D |
| Octal | 272 | 62 | 52 | 0 | 111 | 115 | 33 | 3 | 77 | 55 |
| Binary | 10111010 | 110010 | 101010 | 0 | 1001001 | 1001101 | 11011 | 11 | 111111 | 101101 |
Color Harmonies of #BA322A
Complementary color
Monochromatic Colors of #BA322A
Black with #BA322A
Text Example
Text Example
White with #BA322A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA322A; }
p { color: rgb(186,50,42); }
H1.HeaderClassName
{
color: #BA322A;
}
.AnyTagClassName
{
color: #BA322A;
}
</style>
background-color css
<style>
a { background-color: #BA322A; }
a { background-color: rgb(186,50,42); }
div.DivClassName
{
background-color: #BA322A;
}
.BgClassName
{
background-color: #BA322A;
}
</style>
border-color css
<style>
span { border-color: #BA322A; }
span { border-color: rgb(186,50,42); }
td.TdClassName
{
border-color: #BA322A;
}
.TagClassName
{
border-color: #BA322A;
}
</style>