Shades of Brick Red #BC303F
Tints of Brick Red #BC303F
RGB
CMYK
RGB Variations
Color information
#BC303F (or 0xBC303F) is known color: Brick Red. HEX triplet: BC, 30 and 3F. RGB value is (188,48,63). Sum of RGB (Red+Green+Blue) = 188+48+63=299 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.88% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 63 (25% from 255 or 21.07% from 299); Max value from RGB is 188 - color contains mainly: red. Hex color #BC303F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC303F is #43CFC0. Grayscale: #5B5B5B. Windows color (decimal): -4444097 or 4141244. OLE color: 4141244.
HSL color Cylindrical-coordinate representation of color #BC303F: hue angle of 353.57º 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 #BC303F is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 63 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.26 |
| HSL | 353.57º | 0.59% | 0.46% | - |
| HSV(B) | 353.57º | 0.74% | 0.74% | - |
| XYZ | 22.69 | 13.16 | 6.05 | - |
| YUV | 91.57 | 111.88 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 63 | 0 | 0.74 | 0.66 | 0.26 | 353.57 | 0.59 | 0.46 |
| Hex | BC | 30 | 3F | 0 | 4A | 42 | 1A | 162 | 3B | 2E |
| Octal | 274 | 60 | 77 | 0 | 112 | 102 | 32 | 542 | 73 | 56 |
| Binary | 10111100 | 110000 | 111111 | 0 | 1001010 | 1000010 | 11010 | 101100010 | 111011 | 101110 |
Color Harmonies of #BC303F
Complementary color
Monochromatic Colors of #BC303F
Black with #BC303F
Text Example
Text Example
White with #BC303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC303F; }
p { color: rgb(188,48,63); }
H1.HeaderClassName
{
color: #BC303F;
}
.AnyTagClassName
{
color: #BC303F;
}
</style>
background-color css
<style>
a { background-color: #BC303F; }
a { background-color: rgb(188,48,63); }
div.DivClassName
{
background-color: #BC303F;
}
.BgClassName
{
background-color: #BC303F;
}
</style>
border-color css
<style>
span { border-color: #BC303F; }
span { border-color: rgb(188,48,63); }
td.TdClassName
{
border-color: #BC303F;
}
.TagClassName
{
border-color: #BC303F;
}
</style>