Shades of Brick Red #BC323C
Tints of Brick Red #BC323C
RGB
CMYK
RGB Variations
Color information
#BC323C (or 0xBC323C) is known color: Brick Red. HEX triplet: BC, 32 and 3C. RGB value is (188,50,60). Sum of RGB (Red+Green+Blue) = 188+50+60=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC323C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC323C is #43CDC3. Grayscale: #5C5C5C. Windows color (decimal): -4443588 or 3945148. OLE color: 3945148.
HSL color Cylindrical-coordinate representation of color #BC323C: hue angle of 355.65º 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 #BC323C is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 60 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.26 |
| HSL | 355.65º | 0.58% | 0.47% | - |
| HSV(B) | 355.65º | 0.73% | 0.74% | - |
| XYZ | 22.7 | 13.3 | 5.65 | - |
| YUV | 92.4 | 109.72 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 60 | 0 | 0.73 | 0.68 | 0.26 | 355.65 | 0.58 | 0.47 |
| Hex | BC | 32 | 3C | 0 | 49 | 44 | 1A | 164 | 3A | 2F |
| Octal | 274 | 62 | 74 | 0 | 111 | 104 | 32 | 544 | 72 | 57 |
| Binary | 10111100 | 110010 | 111100 | 0 | 1001001 | 1000100 | 11010 | 101100100 | 111010 | 101111 |
Color Harmonies of #BC323C
Complementary color
Monochromatic Colors of #BC323C
Black with #BC323C
Text Example
Text Example
White with #BC323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC323C; }
p { color: rgb(188,50,60); }
H1.HeaderClassName
{
color: #BC323C;
}
.AnyTagClassName
{
color: #BC323C;
}
</style>
background-color css
<style>
a { background-color: #BC323C; }
a { background-color: rgb(188,50,60); }
div.DivClassName
{
background-color: #BC323C;
}
.BgClassName
{
background-color: #BC323C;
}
</style>
border-color css
<style>
span { border-color: #BC323C; }
span { border-color: rgb(188,50,60); }
td.TdClassName
{
border-color: #BC323C;
}
.TagClassName
{
border-color: #BC323C;
}
</style>