Shades of Brick Red #BC363F
Tints of Brick Red #BC363F
RGB
CMYK
RGB Variations
Color information
#BC363F (or 0xBC363F) is known color: Brick Red. HEX triplet: BC, 36 and 3F. RGB value is (188,54,63). Sum of RGB (Red+Green+Blue) = 188+54+63=305 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.64% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 188 - color contains mainly: red. Hex color #BC363F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC363F is #43C9C0. Grayscale: #5F5F5F. Windows color (decimal): -4442561 or 4142780. OLE color: 4142780.
HSL color Cylindrical-coordinate representation of color #BC363F: hue angle of 355.97º 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 #BC363F is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 54 | 63 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.26 |
| HSL | 355.97º | 0.55% | 0.47% | - |
| HSV(B) | 355.97º | 0.71% | 0.74% | - |
| XYZ | 22.96 | 13.69 | 6.13 | - |
| YUV | 95.09 | 109.89 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 63 | 0 | 0.71 | 0.66 | 0.26 | 355.97 | 0.55 | 0.47 |
| Hex | BC | 36 | 3F | 0 | 47 | 42 | 1A | 164 | 37 | 2F |
| Octal | 274 | 66 | 77 | 0 | 107 | 102 | 32 | 544 | 67 | 57 |
| Binary | 10111100 | 110110 | 111111 | 0 | 1000111 | 1000010 | 11010 | 101100100 | 110111 | 101111 |
Color Harmonies of #BC363F
Complementary color
Monochromatic Colors of #BC363F
Black with #BC363F
Text Example
Text Example
White with #BC363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC363F; }
p { color: rgb(188,54,63); }
H1.HeaderClassName
{
color: #BC363F;
}
.AnyTagClassName
{
color: #BC363F;
}
</style>
background-color css
<style>
a { background-color: #BC363F; }
a { background-color: rgb(188,54,63); }
div.DivClassName
{
background-color: #BC363F;
}
.BgClassName
{
background-color: #BC363F;
}
</style>
border-color css
<style>
span { border-color: #BC363F; }
span { border-color: rgb(188,54,63); }
td.TdClassName
{
border-color: #BC363F;
}
.TagClassName
{
border-color: #BC363F;
}
</style>