Shades of Brick Red #BC2F3C
Tints of Brick Red #BC2F3C
RGB
CMYK
RGB Variations
Color information
#BC2F3C (or 0xBC2F3C) is known color: Brick Red. HEX triplet: BC, 2F and 3C. RGB value is (188,47,60). Sum of RGB (Red+Green+Blue) = 188+47+60=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 47 (18.75% from 255 or 15.93% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2F3C is #43D0C3. Grayscale: #5A5A5A. Windows color (decimal): -4444356 or 3944380. OLE color: 3944380.
HSL color Cylindrical-coordinate representation of color #BC2F3C: hue angle of 354.47º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC2F3C is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 47 | 60 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.26 |
| HSL | 354.47º | 0.6% | 0.46% | - |
| HSV(B) | 354.47º | 0.75% | 0.74% | - |
| XYZ | 22.57 | 13.05 | 5.6 | - |
| YUV | 90.64 | 110.71 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 60 | 0 | 0.75 | 0.68 | 0.26 | 354.47 | 0.6 | 0.46 |
| Hex | BC | 2F | 3C | 0 | 4B | 44 | 1A | 162 | 3C | 2E |
| Octal | 274 | 57 | 74 | 0 | 113 | 104 | 32 | 542 | 74 | 56 |
| Binary | 10111100 | 101111 | 111100 | 0 | 1001011 | 1000100 | 11010 | 101100010 | 111100 | 101110 |
Color Harmonies of #BC2F3C
Complementary color
Monochromatic Colors of #BC2F3C
Black with #BC2F3C
Text Example
Text Example
White with #BC2F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2F3C; }
p { color: rgb(188,47,60); }
H1.HeaderClassName
{
color: #BC2F3C;
}
.AnyTagClassName
{
color: #BC2F3C;
}
</style>
background-color css
<style>
a { background-color: #BC2F3C; }
a { background-color: rgb(188,47,60); }
div.DivClassName
{
background-color: #BC2F3C;
}
.BgClassName
{
background-color: #BC2F3C;
}
</style>
border-color css
<style>
span { border-color: #BC2F3C; }
span { border-color: rgb(188,47,60); }
td.TdClassName
{
border-color: #BC2F3C;
}
.TagClassName
{
border-color: #BC2F3C;
}
</style>