Shades of Fire Brick #BC2121
Tints of Fire Brick #BC2121
RGB
CMYK
RGB Variations
Color information
#BC2121 (or 0xBC2121) is known color: Fire Brick. HEX triplet: BC, 21 and 21. RGB value is (188,33,33). Sum of RGB (Red+Green+Blue) = 188+33+33=254 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.02% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 33 (13.28% from 255 or 12.99% from 254); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2121 is #43DEDE. Grayscale: #4F4F4F. Windows color (decimal): -4447967 or 2171324. OLE color: 2171324.
HSL color Cylindrical-coordinate representation of color #BC2121: hue angle of 0º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC2121 is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 33 | - |
| CMYK | 0 | 0.82 | 0.82 | 0.26 |
| HSL | 0º | 0.7% | 0.43% | - |
| HSV(B) | 0º | 0.82% | 0.74% | - |
| XYZ | 21.56 | 11.89 | 2.6 | - |
| YUV | 79.35 | 101.85 | 205.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 33 | 0 | 0.82 | 0.82 | 0.26 | 0 | 0.7 | 0.43 |
| Hex | BC | 21 | 21 | 0 | 52 | 52 | 1A | 0 | 46 | 2B |
| Octal | 274 | 41 | 41 | 0 | 122 | 122 | 32 | 0 | 106 | 53 |
| Binary | 10111100 | 100001 | 100001 | 0 | 1010010 | 1010010 | 11010 | 0 | 1000110 | 101011 |
Color Harmonies of #BC2121
Complementary color
Monochromatic Colors of #BC2121
Black with #BC2121
Text Example
Text Example
White with #BC2121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2121; }
p { color: rgb(188,33,33); }
H1.HeaderClassName
{
color: #BC2121;
}
.AnyTagClassName
{
color: #BC2121;
}
</style>
background-color css
<style>
a { background-color: #BC2121; }
a { background-color: rgb(188,33,33); }
div.DivClassName
{
background-color: #BC2121;
}
.BgClassName
{
background-color: #BC2121;
}
</style>
border-color css
<style>
span { border-color: #BC2121; }
span { border-color: rgb(188,33,33); }
td.TdClassName
{
border-color: #BC2121;
}
.TagClassName
{
border-color: #BC2121;
}
</style>