Shades of Fire Brick #BC2D21
Tints of Fire Brick #BC2D21
RGB
CMYK
RGB Variations
Color information
#BC2D21 (or 0xBC2D21) is known color: Fire Brick. HEX triplet: BC, 2D and 21. RGB value is (188,45,33). Sum of RGB (Red+Green+Blue) = 188+45+33=266 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.68% from 266); Green value is 45 (17.97% from 255 or 16.92% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2D21 is #43D2DE. Grayscale: #565656. Windows color (decimal): -4444895 or 2174396. OLE color: 2174396.
HSL color Cylindrical-coordinate representation of color #BC2D21: hue angle of 4.65º 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 #BC2D21 is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 33 | - |
| CMYK | 0 | 0.76 | 0.82 | 0.26 |
| HSL | 4.65º | 0.7% | 0.43% | - |
| HSV(B) | 4.65º | 0.82% | 0.74% | - |
| XYZ | 21.95 | 12.68 | 2.73 | - |
| YUV | 86.39 | 97.88 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 33 | 0 | 0.76 | 0.82 | 0.26 | 4.65 | 0.7 | 0.43 |
| Hex | BC | 2D | 21 | 0 | 4C | 52 | 1A | 5 | 46 | 2B |
| Octal | 274 | 55 | 41 | 0 | 114 | 122 | 32 | 5 | 106 | 53 |
| Binary | 10111100 | 101101 | 100001 | 0 | 1001100 | 1010010 | 11010 | 101 | 1000110 | 101011 |
Color Harmonies of #BC2D21
Complementary color
Monochromatic Colors of #BC2D21
Black with #BC2D21
Text Example
Text Example
White with #BC2D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2D21; }
p { color: rgb(188,45,33); }
H1.HeaderClassName
{
color: #BC2D21;
}
.AnyTagClassName
{
color: #BC2D21;
}
</style>
background-color css
<style>
a { background-color: #BC2D21; }
a { background-color: rgb(188,45,33); }
div.DivClassName
{
background-color: #BC2D21;
}
.BgClassName
{
background-color: #BC2D21;
}
</style>
border-color css
<style>
span { border-color: #BC2D21; }
span { border-color: rgb(188,45,33); }
td.TdClassName
{
border-color: #BC2D21;
}
.TagClassName
{
border-color: #BC2D21;
}
</style>