Shades of Fire Brick #BC2A20
Tints of Fire Brick #BC2A20
RGB
CMYK
RGB Variations
Color information
#BC2A20 (or 0xBC2A20) is known color: Fire Brick. HEX triplet: BC, 2A and 20. RGB value is (188,42,32). Sum of RGB (Red+Green+Blue) = 188+42+32=262 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.76% from 262); Green value is 42 (16.80% from 255 or 16.03% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2A20 is #43D5DF. Grayscale: #545454. Windows color (decimal): -4445664 or 2108092. OLE color: 2108092.
HSL color Cylindrical-coordinate representation of color #BC2A20: hue angle of 3.85º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC2A20 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 42 | 32 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.26 |
| HSL | 3.85º | 0.71% | 0.43% | - |
| HSV(B) | 3.85º | 0.83% | 0.74% | - |
| XYZ | 21.83 | 12.45 | 2.62 | - |
| YUV | 84.51 | 98.37 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 42 | 32 | 0 | 0.78 | 0.83 | 0.26 | 3.85 | 0.71 | 0.43 |
| Hex | BC | 2A | 20 | 0 | 4E | 53 | 1A | 4 | 47 | 2B |
| Octal | 274 | 52 | 40 | 0 | 116 | 123 | 32 | 4 | 107 | 53 |
| Binary | 10111100 | 101010 | 100000 | 0 | 1001110 | 1010011 | 11010 | 100 | 1000111 | 101011 |
Color Harmonies of #BC2A20
Complementary color
Monochromatic Colors of #BC2A20
Black with #BC2A20
Text Example
Text Example
White with #BC2A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2A20; }
p { color: rgb(188,42,32); }
H1.HeaderClassName
{
color: #BC2A20;
}
.AnyTagClassName
{
color: #BC2A20;
}
</style>
background-color css
<style>
a { background-color: #BC2A20; }
a { background-color: rgb(188,42,32); }
div.DivClassName
{
background-color: #BC2A20;
}
.BgClassName
{
background-color: #BC2A20;
}
</style>
border-color css
<style>
span { border-color: #BC2A20; }
span { border-color: rgb(188,42,32); }
td.TdClassName
{
border-color: #BC2A20;
}
.TagClassName
{
border-color: #BC2A20;
}
</style>