Shades of Brick Red #BC303C
Tints of Brick Red #BC303C
RGB
CMYK
RGB Variations
Color information
#BC303C (or 0xBC303C) is known color: Brick Red. HEX triplet: BC, 30 and 3C. RGB value is (188,48,60). Sum of RGB (Red+Green+Blue) = 188+48+60=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC303C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC303C is #43CFC3. Grayscale: #5B5B5B. Windows color (decimal): -4444100 or 3944636. OLE color: 3944636.
HSL color Cylindrical-coordinate representation of color #BC303C: hue angle of 354.86º 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 #BC303C is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 60 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.26 |
| HSL | 354.86º | 0.59% | 0.46% | - |
| HSV(B) | 354.86º | 0.74% | 0.74% | - |
| XYZ | 22.61 | 13.13 | 5.62 | - |
| YUV | 91.23 | 110.38 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 60 | 0 | 0.74 | 0.68 | 0.26 | 354.86 | 0.59 | 0.46 |
| Hex | BC | 30 | 3C | 0 | 4A | 44 | 1A | 163 | 3B | 2E |
| Octal | 274 | 60 | 74 | 0 | 112 | 104 | 32 | 543 | 73 | 56 |
| Binary | 10111100 | 110000 | 111100 | 0 | 1001010 | 1000100 | 11010 | 101100011 | 111011 | 101110 |
Color Harmonies of #BC303C
Complementary color
Monochromatic Colors of #BC303C
Black with #BC303C
Text Example
Text Example
White with #BC303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC303C; }
p { color: rgb(188,48,60); }
H1.HeaderClassName
{
color: #BC303C;
}
.AnyTagClassName
{
color: #BC303C;
}
</style>
background-color css
<style>
a { background-color: #BC303C; }
a { background-color: rgb(188,48,60); }
div.DivClassName
{
background-color: #BC303C;
}
.BgClassName
{
background-color: #BC303C;
}
</style>
border-color css
<style>
span { border-color: #BC303C; }
span { border-color: rgb(188,48,60); }
td.TdClassName
{
border-color: #BC303C;
}
.TagClassName
{
border-color: #BC303C;
}
</style>