Shades of Brick Red #BC3039
Tints of Brick Red #BC3039
RGB
CMYK
RGB Variations
Color information
#BC3039 (or 0xBC3039) is known color: Brick Red. HEX triplet: BC, 30 and 39. RGB value is (188,48,57). Sum of RGB (Red+Green+Blue) = 188+48+57=293 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.16% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 57 (22.66% from 255 or 19.45% from 293); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3039 is #43CFC6. Grayscale: #5A5A5A. Windows color (decimal): -4444103 or 3748028. OLE color: 3748028.
HSL color Cylindrical-coordinate representation of color #BC3039: hue angle of 356.14º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC3039 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 57 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.26 |
| HSL | 356.14º | 0.59% | 0.46% | - |
| HSV(B) | 356.14º | 0.74% | 0.74% | - |
| XYZ | 22.53 | 13.1 | 5.21 | - |
| YUV | 90.89 | 108.88 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 57 | 0 | 0.74 | 0.70 | 0.26 | 356.14 | 0.59 | 0.46 |
| Hex | BC | 30 | 39 | 0 | 4A | 46 | 1A | 164 | 3B | 2E |
| Octal | 274 | 60 | 71 | 0 | 112 | 106 | 32 | 544 | 73 | 56 |
| Binary | 10111100 | 110000 | 111001 | 0 | 1001010 | 1000110 | 11010 | 101100100 | 111011 | 101110 |
Color Harmonies of #BC3039
Complementary color
Monochromatic Colors of #BC3039
Black with #BC3039
Text Example
Text Example
White with #BC3039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3039; }
p { color: rgb(188,48,57); }
H1.HeaderClassName
{
color: #BC3039;
}
.AnyTagClassName
{
color: #BC3039;
}
</style>
background-color css
<style>
a { background-color: #BC3039; }
a { background-color: rgb(188,48,57); }
div.DivClassName
{
background-color: #BC3039;
}
.BgClassName
{
background-color: #BC3039;
}
</style>
border-color css
<style>
span { border-color: #BC3039; }
span { border-color: rgb(188,48,57); }
td.TdClassName
{
border-color: #BC3039;
}
.TagClassName
{
border-color: #BC3039;
}
</style>