Shades of Brick Red #BC313D
Tints of Brick Red #BC313D
RGB
CMYK
RGB Variations
Color information
#BC313D (or 0xBC313D) is known color: Brick Red. HEX triplet: BC, 31 and 3D. RGB value is (188,49,61). Sum of RGB (Red+Green+Blue) = 188+49+61=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC313D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC313D is #43CEC2. Grayscale: #5C5C5C. Windows color (decimal): -4443843 or 4010428. OLE color: 4010428.
HSL color Cylindrical-coordinate representation of color #BC313D: hue angle of 354.82º 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 #BC313D is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 49 | 61 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.26 |
| HSL | 354.82º | 0.59% | 0.46% | - |
| HSV(B) | 354.82º | 0.74% | 0.74% | - |
| XYZ | 22.68 | 13.22 | 5.77 | - |
| YUV | 91.93 | 110.55 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 61 | 0 | 0.74 | 0.68 | 0.26 | 354.82 | 0.59 | 0.46 |
| Hex | BC | 31 | 3D | 0 | 4A | 44 | 1A | 163 | 3B | 2E |
| Octal | 274 | 61 | 75 | 0 | 112 | 104 | 32 | 543 | 73 | 56 |
| Binary | 10111100 | 110001 | 111101 | 0 | 1001010 | 1000100 | 11010 | 101100011 | 111011 | 101110 |
Color Harmonies of #BC313D
Complementary color
Monochromatic Colors of #BC313D
Black with #BC313D
Text Example
Text Example
White with #BC313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC313D; }
p { color: rgb(188,49,61); }
H1.HeaderClassName
{
color: #BC313D;
}
.AnyTagClassName
{
color: #BC313D;
}
</style>
background-color css
<style>
a { background-color: #BC313D; }
a { background-color: rgb(188,49,61); }
div.DivClassName
{
background-color: #BC313D;
}
.BgClassName
{
background-color: #BC313D;
}
</style>
border-color css
<style>
span { border-color: #BC313D; }
span { border-color: rgb(188,49,61); }
td.TdClassName
{
border-color: #BC313D;
}
.TagClassName
{
border-color: #BC313D;
}
</style>