Shades of Fire Brick #BC2F26
Tints of Fire Brick #BC2F26
RGB
CMYK
RGB Variations
Color information
#BC2F26 (or 0xBC2F26) is known color: Fire Brick. HEX triplet: BC, 2F and 26. RGB value is (188,47,38). Sum of RGB (Red+Green+Blue) = 188+47+38=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2F26 is #43D0D9. Grayscale: #585858. Windows color (decimal): -4444378 or 2502588. OLE color: 2502588.
HSL color Cylindrical-coordinate representation of color #BC2F26: hue angle of 3.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 #BC2F26 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 47 | 38 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.26 |
| HSL | 3.6º | 0.66% | 0.44% | - |
| HSV(B) | 3.6º | 0.8% | 0.74% | - |
| XYZ | 22.11 | 12.86 | 3.15 | - |
| YUV | 88.13 | 99.71 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 38 | 0 | 0.75 | 0.80 | 0.26 | 3.6 | 0.66 | 0.44 |
| Hex | BC | 2F | 26 | 0 | 4B | 50 | 1A | 4 | 42 | 2C |
| Octal | 274 | 57 | 46 | 0 | 113 | 120 | 32 | 4 | 102 | 54 |
| Binary | 10111100 | 101111 | 100110 | 0 | 1001011 | 1010000 | 11010 | 100 | 1000010 | 101100 |
Color Harmonies of #BC2F26
Complementary color
Monochromatic Colors of #BC2F26
Black with #BC2F26
Text Example
Text Example
White with #BC2F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2F26; }
p { color: rgb(188,47,38); }
H1.HeaderClassName
{
color: #BC2F26;
}
.AnyTagClassName
{
color: #BC2F26;
}
</style>
background-color css
<style>
a { background-color: #BC2F26; }
a { background-color: rgb(188,47,38); }
div.DivClassName
{
background-color: #BC2F26;
}
.BgClassName
{
background-color: #BC2F26;
}
</style>
border-color css
<style>
span { border-color: #BC2F26; }
span { border-color: rgb(188,47,38); }
td.TdClassName
{
border-color: #BC2F26;
}
.TagClassName
{
border-color: #BC2F26;
}
</style>