Shades of Brick Red #BC363D
Tints of Brick Red #BC363D
RGB
CMYK
RGB Variations
Color information
#BC363D (or 0xBC363D) is known color: Brick Red. HEX triplet: BC, 36 and 3D. RGB value is (188,54,61). Sum of RGB (Red+Green+Blue) = 188+54+61=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC363D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC363D is #43C9C2. Grayscale: #5E5E5E. Windows color (decimal): -4442563 or 4011708. OLE color: 4011708.
HSL color Cylindrical-coordinate representation of color #BC363D: hue angle of 356.87º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC363D is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 54 | 61 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.26 |
| HSL | 356.87º | 0.55% | 0.47% | - |
| HSV(B) | 356.87º | 0.71% | 0.74% | - |
| XYZ | 22.9 | 13.67 | 5.85 | - |
| YUV | 94.86 | 108.89 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 61 | 0 | 0.71 | 0.68 | 0.26 | 356.87 | 0.55 | 0.47 |
| Hex | BC | 36 | 3D | 0 | 47 | 44 | 1A | 165 | 37 | 2F |
| Octal | 274 | 66 | 75 | 0 | 107 | 104 | 32 | 545 | 67 | 57 |
| Binary | 10111100 | 110110 | 111101 | 0 | 1000111 | 1000100 | 11010 | 101100101 | 110111 | 101111 |
Color Harmonies of #BC363D
Complementary color
Monochromatic Colors of #BC363D
Black with #BC363D
Text Example
Text Example
White with #BC363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC363D; }
p { color: rgb(188,54,61); }
H1.HeaderClassName
{
color: #BC363D;
}
.AnyTagClassName
{
color: #BC363D;
}
</style>
background-color css
<style>
a { background-color: #BC363D; }
a { background-color: rgb(188,54,61); }
div.DivClassName
{
background-color: #BC363D;
}
.BgClassName
{
background-color: #BC363D;
}
</style>
border-color css
<style>
span { border-color: #BC363D; }
span { border-color: rgb(188,54,61); }
td.TdClassName
{
border-color: #BC363D;
}
.TagClassName
{
border-color: #BC363D;
}
</style>