Shades of Brick Red #BC313B
Tints of Brick Red #BC313B
RGB
CMYK
RGB Variations
Color information
#BC313B (or 0xBC313B) is known color: Brick Red. HEX triplet: BC, 31 and 3B. RGB value is (188,49,59). Sum of RGB (Red+Green+Blue) = 188+49+59=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 49 (19.53% from 255 or 16.55% from 296); Blue value is 59 (23.44% from 255 or 19.93% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC313B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC313B is #43CEC4. Grayscale: #5B5B5B. Windows color (decimal): -4443845 or 3879356. OLE color: 3879356.
HSL color Cylindrical-coordinate representation of color #BC313B: hue angle of 355.68º 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 #BC313B is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 49 | 59 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.26 |
| HSL | 355.68º | 0.59% | 0.46% | - |
| HSV(B) | 355.68º | 0.74% | 0.74% | - |
| XYZ | 22.63 | 13.2 | 5.49 | - |
| YUV | 91.7 | 109.55 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 59 | 0 | 0.74 | 0.69 | 0.26 | 355.68 | 0.59 | 0.46 |
| Hex | BC | 31 | 3B | 0 | 4A | 45 | 1A | 164 | 3B | 2E |
| Octal | 274 | 61 | 73 | 0 | 112 | 105 | 32 | 544 | 73 | 56 |
| Binary | 10111100 | 110001 | 111011 | 0 | 1001010 | 1000101 | 11010 | 101100100 | 111011 | 101110 |
Color Harmonies of #BC313B
Complementary color
Monochromatic Colors of #BC313B
Black with #BC313B
Text Example
Text Example
White with #BC313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC313B; }
p { color: rgb(188,49,59); }
H1.HeaderClassName
{
color: #BC313B;
}
.AnyTagClassName
{
color: #BC313B;
}
</style>
background-color css
<style>
a { background-color: #BC313B; }
a { background-color: rgb(188,49,59); }
div.DivClassName
{
background-color: #BC313B;
}
.BgClassName
{
background-color: #BC313B;
}
</style>
border-color css
<style>
span { border-color: #BC313B; }
span { border-color: rgb(188,49,59); }
td.TdClassName
{
border-color: #BC313B;
}
.TagClassName
{
border-color: #BC313B;
}
</style>