Shades of Fire Brick #BA200C
Tints of Fire Brick #BA200C
RGB
CMYK
RGB Variations
Color information
#BA200C (or 0xBA200C) is known color: Fire Brick. HEX triplet: BA, 20 and 0C. RGB value is (186,32,12). Sum of RGB (Red+Green+Blue) = 186+32+12=230 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.87% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 12 (5.08% from 255 or 5.22% from 230); Max value from RGB is 186 - color contains mainly: red. Hex color #BA200C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA200C is #45DFF3. Grayscale: #4B4B4B. Windows color (decimal): -4579316 or 794810. OLE color: 794810.
HSL color Cylindrical-coordinate representation of color #BA200C: hue angle of 6.9º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA200C is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 12 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.27 |
| HSL | 6.9º | 0.88% | 0.39% | - |
| HSV(B) | 6.9º | 0.94% | 0.73% | - |
| XYZ | 20.83 | 11.5 | 1.47 | - |
| YUV | 75.77 | 92.02 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 12 | 0 | 0.83 | 0.94 | 0.27 | 6.9 | 0.88 | 0.39 |
| Hex | BA | 20 | C | 0 | 53 | 5E | 1B | 7 | 58 | 27 |
| Octal | 272 | 40 | 14 | 0 | 123 | 136 | 33 | 7 | 130 | 47 |
| Binary | 10111010 | 100000 | 1100 | 0 | 1010011 | 1011110 | 11011 | 111 | 1011000 | 100111 |
Color Harmonies of #BA200C
Complementary color
Monochromatic Colors of #BA200C
Black with #BA200C
Text Example
Text Example
White with #BA200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA200C; }
p { color: rgb(186,32,12); }
H1.HeaderClassName
{
color: #BA200C;
}
.AnyTagClassName
{
color: #BA200C;
}
</style>
background-color css
<style>
a { background-color: #BA200C; }
a { background-color: rgb(186,32,12); }
div.DivClassName
{
background-color: #BA200C;
}
.BgClassName
{
background-color: #BA200C;
}
</style>
border-color css
<style>
span { border-color: #BA200C; }
span { border-color: rgb(186,32,12); }
td.TdClassName
{
border-color: #BA200C;
}
.TagClassName
{
border-color: #BA200C;
}
</style>