Shades of Brick Red #BC353F
Tints of Brick Red #BC353F
RGB
CMYK
RGB Variations
Color information
#BC353F (or 0xBC353F) is known color: Brick Red. HEX triplet: BC, 35 and 3F. RGB value is (188,53,63). Sum of RGB (Red+Green+Blue) = 188+53+63=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC353F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC353F is #43CAC0. Grayscale: #5E5E5E. Windows color (decimal): -4442817 or 4142524. OLE color: 4142524.
HSL color Cylindrical-coordinate representation of color #BC353F: hue angle of 355.56º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC353F is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 53 | 63 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.26 |
| HSL | 355.56º | 0.56% | 0.47% | - |
| HSV(B) | 355.56º | 0.72% | 0.74% | - |
| XYZ | 22.91 | 13.6 | 6.12 | - |
| YUV | 94.51 | 110.23 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 53 | 63 | 0 | 0.72 | 0.66 | 0.26 | 355.56 | 0.56 | 0.47 |
| Hex | BC | 35 | 3F | 0 | 48 | 42 | 1A | 164 | 38 | 2F |
| Octal | 274 | 65 | 77 | 0 | 110 | 102 | 32 | 544 | 70 | 57 |
| Binary | 10111100 | 110101 | 111111 | 0 | 1001000 | 1000010 | 11010 | 101100100 | 111000 | 101111 |
Color Harmonies of #BC353F
Complementary color
Monochromatic Colors of #BC353F
Black with #BC353F
Text Example
Text Example
White with #BC353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC353F; }
p { color: rgb(188,53,63); }
H1.HeaderClassName
{
color: #BC353F;
}
.AnyTagClassName
{
color: #BC353F;
}
</style>
background-color css
<style>
a { background-color: #BC353F; }
a { background-color: rgb(188,53,63); }
div.DivClassName
{
background-color: #BC353F;
}
.BgClassName
{
background-color: #BC353F;
}
</style>
border-color css
<style>
span { border-color: #BC353F; }
span { border-color: rgb(188,53,63); }
td.TdClassName
{
border-color: #BC353F;
}
.TagClassName
{
border-color: #BC353F;
}
</style>