Shades of Brick Red #BC383F
Tints of Brick Red #BC383F
RGB
CMYK
RGB Variations
Color information
#BC383F (or 0xBC383F) is known color: Brick Red. HEX triplet: BC, 38 and 3F. RGB value is (188,56,63). Sum of RGB (Red+Green+Blue) = 188+56+63=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC383F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC383F is #43C7C0. Grayscale: #606060. Windows color (decimal): -4442049 or 4143292. OLE color: 4143292.
HSL color Cylindrical-coordinate representation of color #BC383F: hue angle of 356.82º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC383F is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 56 | 63 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.26 |
| HSL | 356.82º | 0.54% | 0.48% | - |
| HSV(B) | 356.82º | 0.7% | 0.74% | - |
| XYZ | 23.05 | 13.88 | 6.17 | - |
| YUV | 96.27 | 109.23 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 56 | 63 | 0 | 0.70 | 0.66 | 0.26 | 356.82 | 0.54 | 0.48 |
| Hex | BC | 38 | 3F | 0 | 46 | 42 | 1A | 165 | 36 | 30 |
| Octal | 274 | 70 | 77 | 0 | 106 | 102 | 32 | 545 | 66 | 60 |
| Binary | 10111100 | 111000 | 111111 | 0 | 1000110 | 1000010 | 11010 | 101100101 | 110110 | 110000 |
Color Harmonies of #BC383F
Complementary color
Monochromatic Colors of #BC383F
Black with #BC383F
Text Example
Text Example
White with #BC383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC383F; }
p { color: rgb(188,56,63); }
H1.HeaderClassName
{
color: #BC383F;
}
.AnyTagClassName
{
color: #BC383F;
}
</style>
background-color css
<style>
a { background-color: #BC383F; }
a { background-color: rgb(188,56,63); }
div.DivClassName
{
background-color: #BC383F;
}
.BgClassName
{
background-color: #BC383F;
}
</style>
border-color css
<style>
span { border-color: #BC383F; }
span { border-color: rgb(188,56,63); }
td.TdClassName
{
border-color: #BC383F;
}
.TagClassName
{
border-color: #BC383F;
}
</style>