Shades of Fire Brick #BA201B
Tints of Fire Brick #BA201B
RGB
CMYK
RGB Variations
Color information
#BA201B (or 0xBA201B) is known color: Fire Brick. HEX triplet: BA, 20 and 1B. RGB value is (186,32,27). Sum of RGB (Red+Green+Blue) = 186+32+27=245 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.92% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 186 - color contains mainly: red. Hex color #BA201B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA201B is #45DFE4. Grayscale: #4D4D4D. Windows color (decimal): -4579301 or 1777850. OLE color: 1777850.
HSL color Cylindrical-coordinate representation of color #BA201B: hue angle of 1.89º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA201B is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 27 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.27 |
| HSL | 1.89º | 0.75% | 0.42% | - |
| HSV(B) | 1.89º | 0.85% | 0.73% | - |
| XYZ | 20.96 | 11.55 | 2.16 | - |
| YUV | 77.48 | 99.52 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 27 | 0 | 0.83 | 0.85 | 0.27 | 1.89 | 0.75 | 0.42 |
| Hex | BA | 20 | 1B | 0 | 53 | 55 | 1B | 2 | 4B | 2A |
| Octal | 272 | 40 | 33 | 0 | 123 | 125 | 33 | 2 | 113 | 52 |
| Binary | 10111010 | 100000 | 11011 | 0 | 1010011 | 1010101 | 11011 | 10 | 1001011 | 101010 |
Color Harmonies of #BA201B
Complementary color
Monochromatic Colors of #BA201B
Black with #BA201B
Text Example
Text Example
White with #BA201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA201B; }
p { color: rgb(186,32,27); }
H1.HeaderClassName
{
color: #BA201B;
}
.AnyTagClassName
{
color: #BA201B;
}
</style>
background-color css
<style>
a { background-color: #BA201B; }
a { background-color: rgb(186,32,27); }
div.DivClassName
{
background-color: #BA201B;
}
.BgClassName
{
background-color: #BA201B;
}
</style>
border-color css
<style>
span { border-color: #BA201B; }
span { border-color: rgb(186,32,27); }
td.TdClassName
{
border-color: #BA201B;
}
.TagClassName
{
border-color: #BA201B;
}
</style>