Shades of Fire Brick #BC2A26
Tints of Fire Brick #BC2A26
RGB
CMYK
RGB Variations
Color information
#BC2A26 (or 0xBC2A26) is known color: Fire Brick. HEX triplet: BC, 2A and 26. RGB value is (188,42,38). Sum of RGB (Red+Green+Blue) = 188+42+38=268 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.15% from 268); Green value is 42 (16.80% from 255 or 15.67% from 268); Blue value is 38 (15.23% from 255 or 14.18% from 268); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2A26 is #43D5D9. Grayscale: #555555. Windows color (decimal): -4445658 or 2501308. OLE color: 2501308.
HSL color Cylindrical-coordinate representation of color #BC2A26: hue angle of 1.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2A26 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 42 | 38 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.26 |
| HSL | 1.6º | 0.66% | 0.44% | - |
| HSV(B) | 1.6º | 0.8% | 0.74% | - |
| XYZ | 21.92 | 12.49 | 3.09 | - |
| YUV | 85.2 | 101.37 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 42 | 38 | 0 | 0.78 | 0.80 | 0.26 | 1.6 | 0.66 | 0.44 |
| Hex | BC | 2A | 26 | 0 | 4E | 50 | 1A | 2 | 42 | 2C |
| Octal | 274 | 52 | 46 | 0 | 116 | 120 | 32 | 2 | 102 | 54 |
| Binary | 10111100 | 101010 | 100110 | 0 | 1001110 | 1010000 | 11010 | 10 | 1000010 | 101100 |
Color Harmonies of #BC2A26
Complementary color
Monochromatic Colors of #BC2A26
Black with #BC2A26
Text Example
Text Example
White with #BC2A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2A26; }
p { color: rgb(188,42,38); }
H1.HeaderClassName
{
color: #BC2A26;
}
.AnyTagClassName
{
color: #BC2A26;
}
</style>
background-color css
<style>
a { background-color: #BC2A26; }
a { background-color: rgb(188,42,38); }
div.DivClassName
{
background-color: #BC2A26;
}
.BgClassName
{
background-color: #BC2A26;
}
</style>
border-color css
<style>
span { border-color: #BC2A26; }
span { border-color: rgb(188,42,38); }
td.TdClassName
{
border-color: #BC2A26;
}
.TagClassName
{
border-color: #BC2A26;
}
</style>