Shades of Fire Brick #BA211D
Tints of Fire Brick #BA211D
RGB
CMYK
RGB Variations
Color information
#BA211D (or 0xBA211D) is known color: Fire Brick. HEX triplet: BA, 21 and 1D. RGB value is (186,33,29). Sum of RGB (Red+Green+Blue) = 186+33+29=248 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75% from 248); Green value is 33 (13.28% from 255 or 13.31% from 248); Blue value is 29 (11.72% from 255 or 11.69% from 248); Max value from RGB is 186 - color contains mainly: red. Hex color #BA211D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA211D is #45DEE2. Grayscale: #4E4E4E. Windows color (decimal): -4579043 or 1909178. OLE color: 1909178.
HSL color Cylindrical-coordinate representation of color #BA211D: hue angle of 1.53º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA211D is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 29 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.27 |
| HSL | 1.53º | 0.73% | 0.42% | - |
| HSV(B) | 1.53º | 0.84% | 0.73% | - |
| XYZ | 21.02 | 11.62 | 2.3 | - |
| YUV | 78.29 | 100.19 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 29 | 0 | 0.82 | 0.84 | 0.27 | 1.53 | 0.73 | 0.42 |
| Hex | BA | 21 | 1D | 0 | 52 | 54 | 1B | 2 | 49 | 2A |
| Octal | 272 | 41 | 35 | 0 | 122 | 124 | 33 | 2 | 111 | 52 |
| Binary | 10111010 | 100001 | 11101 | 0 | 1010010 | 1010100 | 11011 | 10 | 1001001 | 101010 |
Color Harmonies of #BA211D
Complementary color
Monochromatic Colors of #BA211D
Black with #BA211D
Text Example
Text Example
White with #BA211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA211D; }
p { color: rgb(186,33,29); }
H1.HeaderClassName
{
color: #BA211D;
}
.AnyTagClassName
{
color: #BA211D;
}
</style>
background-color css
<style>
a { background-color: #BA211D; }
a { background-color: rgb(186,33,29); }
div.DivClassName
{
background-color: #BA211D;
}
.BgClassName
{
background-color: #BA211D;
}
</style>
border-color css
<style>
span { border-color: #BA211D; }
span { border-color: rgb(186,33,29); }
td.TdClassName
{
border-color: #BA211D;
}
.TagClassName
{
border-color: #BA211D;
}
</style>