Shades of Fire Brick #BC2A1A
Tints of Fire Brick #BC2A1A
RGB
CMYK
RGB Variations
Color information
#BC2A1A (or 0xBC2A1A) is known color: Fire Brick. HEX triplet: BC, 2A and 1A. RGB value is (188,42,26). Sum of RGB (Red+Green+Blue) = 188+42+26=256 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.44% from 256); Green value is 42 (16.80% from 255 or 16.41% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2A1A is #43D5E5. Grayscale: #545454. Windows color (decimal): -4445670 or 1714876. OLE color: 1714876.
HSL color Cylindrical-coordinate representation of color #BC2A1A: hue angle of 5.93º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC2A1A is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 42 | 26 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.26 |
| HSL | 5.93º | 0.76% | 0.42% | - |
| HSV(B) | 5.93º | 0.86% | 0.74% | - |
| XYZ | 21.75 | 12.42 | 2.23 | - |
| YUV | 83.83 | 95.37 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 42 | 26 | 0 | 0.78 | 0.86 | 0.26 | 5.93 | 0.76 | 0.42 |
| Hex | BC | 2A | 1A | 0 | 4E | 56 | 1A | 6 | 4C | 2A |
| Octal | 274 | 52 | 32 | 0 | 116 | 126 | 32 | 6 | 114 | 52 |
| Binary | 10111100 | 101010 | 11010 | 0 | 1001110 | 1010110 | 11010 | 110 | 1001100 | 101010 |
Color Harmonies of #BC2A1A
Complementary color
Monochromatic Colors of #BC2A1A
Black with #BC2A1A
Text Example
Text Example
White with #BC2A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2A1A; }
p { color: rgb(188,42,26); }
H1.HeaderClassName
{
color: #BC2A1A;
}
.AnyTagClassName
{
color: #BC2A1A;
}
</style>
background-color css
<style>
a { background-color: #BC2A1A; }
a { background-color: rgb(188,42,26); }
div.DivClassName
{
background-color: #BC2A1A;
}
.BgClassName
{
background-color: #BC2A1A;
}
</style>
border-color css
<style>
span { border-color: #BC2A1A; }
span { border-color: rgb(188,42,26); }
td.TdClassName
{
border-color: #BC2A1A;
}
.TagClassName
{
border-color: #BC2A1A;
}
</style>