Shades of Brick Red #BC313F
Tints of Brick Red #BC313F
RGB
CMYK
RGB Variations
Color information
#BC313F (or 0xBC313F) is known color: Brick Red. HEX triplet: BC, 31 and 3F. RGB value is (188,49,63). Sum of RGB (Red+Green+Blue) = 188+49+63=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC313F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC313F is #43CEC0. Grayscale: #5C5C5C. Windows color (decimal): -4443841 or 4141500. OLE color: 4141500.
HSL color Cylindrical-coordinate representation of color #BC313F: hue angle of 353.96º 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 #BC313F is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 49 | 63 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.26 |
| HSL | 353.96º | 0.59% | 0.46% | - |
| HSV(B) | 353.96º | 0.74% | 0.74% | - |
| XYZ | 22.73 | 13.25 | 6.06 | - |
| YUV | 92.16 | 111.55 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 63 | 0 | 0.74 | 0.66 | 0.26 | 353.96 | 0.59 | 0.46 |
| Hex | BC | 31 | 3F | 0 | 4A | 42 | 1A | 162 | 3B | 2E |
| Octal | 274 | 61 | 77 | 0 | 112 | 102 | 32 | 542 | 73 | 56 |
| Binary | 10111100 | 110001 | 111111 | 0 | 1001010 | 1000010 | 11010 | 101100010 | 111011 | 101110 |
Color Harmonies of #BC313F
Complementary color
Monochromatic Colors of #BC313F
Black with #BC313F
Text Example
Text Example
White with #BC313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC313F; }
p { color: rgb(188,49,63); }
H1.HeaderClassName
{
color: #BC313F;
}
.AnyTagClassName
{
color: #BC313F;
}
</style>
background-color css
<style>
a { background-color: #BC313F; }
a { background-color: rgb(188,49,63); }
div.DivClassName
{
background-color: #BC313F;
}
.BgClassName
{
background-color: #BC313F;
}
</style>
border-color css
<style>
span { border-color: #BC313F; }
span { border-color: rgb(188,49,63); }
td.TdClassName
{
border-color: #BC313F;
}
.TagClassName
{
border-color: #BC313F;
}
</style>