Shades of Fire Brick #BC2D22
Tints of Fire Brick #BC2D22
RGB
CMYK
RGB Variations
Color information
#BC2D22 (or 0xBC2D22) is known color: Fire Brick. HEX triplet: BC, 2D and 22. RGB value is (188,45,34). Sum of RGB (Red+Green+Blue) = 188+45+34=267 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.41% from 267); Green value is 45 (17.97% from 255 or 16.85% from 267); Blue value is 34 (13.67% from 255 or 12.73% from 267); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2D22 is #43D2DD. Grayscale: #565656. Windows color (decimal): -4444894 or 2239932. OLE color: 2239932.
HSL color Cylindrical-coordinate representation of color #BC2D22: hue angle of 4.29º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC2D22 is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 34 | - |
| CMYK | 0 | 0.76 | 0.82 | 0.26 |
| HSL | 4.29º | 0.69% | 0.44% | - |
| HSV(B) | 4.29º | 0.82% | 0.74% | - |
| XYZ | 21.97 | 12.68 | 2.8 | - |
| YUV | 86.5 | 98.38 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 34 | 0 | 0.76 | 0.82 | 0.26 | 4.29 | 0.69 | 0.44 |
| Hex | BC | 2D | 22 | 0 | 4C | 52 | 1A | 4 | 45 | 2C |
| Octal | 274 | 55 | 42 | 0 | 114 | 122 | 32 | 4 | 105 | 54 |
| Binary | 10111100 | 101101 | 100010 | 0 | 1001100 | 1010010 | 11010 | 100 | 1000101 | 101100 |
Color Harmonies of #BC2D22
Complementary color
Monochromatic Colors of #BC2D22
Black with #BC2D22
Text Example
Text Example
White with #BC2D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2D22; }
p { color: rgb(188,45,34); }
H1.HeaderClassName
{
color: #BC2D22;
}
.AnyTagClassName
{
color: #BC2D22;
}
</style>
background-color css
<style>
a { background-color: #BC2D22; }
a { background-color: rgb(188,45,34); }
div.DivClassName
{
background-color: #BC2D22;
}
.BgClassName
{
background-color: #BC2D22;
}
</style>
border-color css
<style>
span { border-color: #BC2D22; }
span { border-color: rgb(188,45,34); }
td.TdClassName
{
border-color: #BC2D22;
}
.TagClassName
{
border-color: #BC2D22;
}
</style>