Shades of Fire Brick #BC2D2A
Tints of Fire Brick #BC2D2A
RGB
CMYK
RGB Variations
Color information
#BC2D2A (or 0xBC2D2A) is known color: Fire Brick. HEX triplet: BC, 2D and 2A. RGB value is (188,45,42). Sum of RGB (Red+Green+Blue) = 188+45+42=275 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.36% from 275); Green value is 45 (17.97% from 255 or 16.36% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2D2A is #43D2D5. Grayscale: #575757. Windows color (decimal): -4444886 or 2764220. OLE color: 2764220.
HSL color Cylindrical-coordinate representation of color #BC2D2A: hue angle of 1.23º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2D2A is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 42 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.26 |
| HSL | 1.23º | 0.63% | 0.45% | - |
| HSV(B) | 1.23º | 0.78% | 0.74% | - |
| XYZ | 22.1 | 12.74 | 3.48 | - |
| YUV | 87.42 | 102.38 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 42 | 0 | 0.76 | 0.78 | 0.26 | 1.23 | 0.63 | 0.45 |
| Hex | BC | 2D | 2A | 0 | 4C | 4E | 1A | 1 | 3F | 2D |
| Octal | 274 | 55 | 52 | 0 | 114 | 116 | 32 | 1 | 77 | 55 |
| Binary | 10111100 | 101101 | 101010 | 0 | 1001100 | 1001110 | 11010 | 1 | 111111 | 101101 |
Color Harmonies of #BC2D2A
Complementary color
Monochromatic Colors of #BC2D2A
Black with #BC2D2A
Text Example
Text Example
White with #BC2D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2D2A; }
p { color: rgb(188,45,42); }
H1.HeaderClassName
{
color: #BC2D2A;
}
.AnyTagClassName
{
color: #BC2D2A;
}
</style>
background-color css
<style>
a { background-color: #BC2D2A; }
a { background-color: rgb(188,45,42); }
div.DivClassName
{
background-color: #BC2D2A;
}
.BgClassName
{
background-color: #BC2D2A;
}
</style>
border-color css
<style>
span { border-color: #BC2D2A; }
span { border-color: rgb(188,45,42); }
td.TdClassName
{
border-color: #BC2D2A;
}
.TagClassName
{
border-color: #BC2D2A;
}
</style>