Shades of Brick Red #BC323E
Tints of Brick Red #BC323E
RGB
CMYK
RGB Variations
Color information
#BC323E (or 0xBC323E) is known color: Brick Red. HEX triplet: BC, 32 and 3E. RGB value is (188,50,62). Sum of RGB (Red+Green+Blue) = 188+50+62=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC323E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC323E is #43CDC1. Grayscale: #5C5C5C. Windows color (decimal): -4443586 or 4076220. OLE color: 4076220.
HSL color Cylindrical-coordinate representation of color #BC323E: hue angle of 354.78º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC323E is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 62 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.26 |
| HSL | 354.78º | 0.58% | 0.47% | - |
| HSV(B) | 354.78º | 0.73% | 0.74% | - |
| XYZ | 22.75 | 13.32 | 5.93 | - |
| YUV | 92.63 | 110.72 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 62 | 0 | 0.73 | 0.67 | 0.26 | 354.78 | 0.58 | 0.47 |
| Hex | BC | 32 | 3E | 0 | 49 | 43 | 1A | 163 | 3A | 2F |
| Octal | 274 | 62 | 76 | 0 | 111 | 103 | 32 | 543 | 72 | 57 |
| Binary | 10111100 | 110010 | 111110 | 0 | 1001001 | 1000011 | 11010 | 101100011 | 111010 | 101111 |
Color Harmonies of #BC323E
Complementary color
Monochromatic Colors of #BC323E
Black with #BC323E
Text Example
Text Example
White with #BC323E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC323E; }
p { color: rgb(188,50,62); }
H1.HeaderClassName
{
color: #BC323E;
}
.AnyTagClassName
{
color: #BC323E;
}
</style>
background-color css
<style>
a { background-color: #BC323E; }
a { background-color: rgb(188,50,62); }
div.DivClassName
{
background-color: #BC323E;
}
.BgClassName
{
background-color: #BC323E;
}
</style>
border-color css
<style>
span { border-color: #BC323E; }
span { border-color: rgb(188,50,62); }
td.TdClassName
{
border-color: #BC323E;
}
.TagClassName
{
border-color: #BC323E;
}
</style>