Shades of Fire Brick #BC2A28
Tints of Fire Brick #BC2A28
RGB
CMYK
RGB Variations
Color information
#BC2A28 (or 0xBC2A28) is known color: Fire Brick. HEX triplet: BC, 2A and 28. RGB value is (188,42,40). Sum of RGB (Red+Green+Blue) = 188+42+40=270 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.63% from 270); Green value is 42 (16.80% from 255 or 15.56% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2A28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2A28 is #43D5D7. Grayscale: #555555. Windows color (decimal): -4445656 or 2632380. OLE color: 2632380.
HSL color Cylindrical-coordinate representation of color #BC2A28: hue angle of 0.81º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2A28 is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 42 | 40 | - |
| CMYK | 0 | 0.78 | 0.79 | 0.26 |
| HSL | 0.81º | 0.65% | 0.45% | - |
| HSV(B) | 0.81º | 0.79% | 0.74% | - |
| XYZ | 21.95 | 12.5 | 3.26 | - |
| YUV | 85.43 | 102.37 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 42 | 40 | 0 | 0.78 | 0.79 | 0.26 | 0.81 | 0.65 | 0.45 |
| Hex | BC | 2A | 28 | 0 | 4E | 4F | 1A | 1 | 41 | 2D |
| Octal | 274 | 52 | 50 | 0 | 116 | 117 | 32 | 1 | 101 | 55 |
| Binary | 10111100 | 101010 | 101000 | 0 | 1001110 | 1001111 | 11010 | 1 | 1000001 | 101101 |
Color Harmonies of #BC2A28
Complementary color
Monochromatic Colors of #BC2A28
Black with #BC2A28
Text Example
Text Example
White with #BC2A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2A28; }
p { color: rgb(188,42,40); }
H1.HeaderClassName
{
color: #BC2A28;
}
.AnyTagClassName
{
color: #BC2A28;
}
</style>
background-color css
<style>
a { background-color: #BC2A28; }
a { background-color: rgb(188,42,40); }
div.DivClassName
{
background-color: #BC2A28;
}
.BgClassName
{
background-color: #BC2A28;
}
</style>
border-color css
<style>
span { border-color: #BC2A28; }
span { border-color: rgb(188,42,40); }
td.TdClassName
{
border-color: #BC2A28;
}
.TagClassName
{
border-color: #BC2A28;
}
</style>