Shades of Brick Red #BC2D42
Tints of Brick Red #BC2D42
RGB
CMYK
RGB Variations
Color information
#BC2D42 (or 0xBC2D42) is known color: Brick Red. HEX triplet: BC, 2D and 42. RGB value is (188,45,66). Sum of RGB (Red+Green+Blue) = 188+45+66=299 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.88% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2D42 is #43D2BD. Grayscale: #5A5A5A. Windows color (decimal): -4444862 or 4337084. OLE color: 4337084.
HSL color Cylindrical-coordinate representation of color #BC2D42: hue angle of 351.19º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC2D42 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 66 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.26 |
| HSL | 351.19º | 0.61% | 0.46% | - |
| HSV(B) | 351.19º | 0.76% | 0.74% | - |
| XYZ | 22.66 | 12.96 | 6.46 | - |
| YUV | 90.15 | 114.38 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 66 | 0 | 0.76 | 0.65 | 0.26 | 351.19 | 0.61 | 0.46 |
| Hex | BC | 2D | 42 | 0 | 4C | 41 | 1A | 15F | 3D | 2E |
| Octal | 274 | 55 | 102 | 0 | 114 | 101 | 32 | 537 | 75 | 56 |
| Binary | 10111100 | 101101 | 1000010 | 0 | 1001100 | 1000001 | 11010 | 101011111 | 111101 | 101110 |
Color Harmonies of #BC2D42
Complementary color
Monochromatic Colors of #BC2D42
Black with #BC2D42
Text Example
Text Example
White with #BC2D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2D42; }
p { color: rgb(188,45,66); }
H1.HeaderClassName
{
color: #BC2D42;
}
.AnyTagClassName
{
color: #BC2D42;
}
</style>
background-color css
<style>
a { background-color: #BC2D42; }
a { background-color: rgb(188,45,66); }
div.DivClassName
{
background-color: #BC2D42;
}
.BgClassName
{
background-color: #BC2D42;
}
</style>
border-color css
<style>
span { border-color: #BC2D42; }
span { border-color: rgb(188,45,66); }
td.TdClassName
{
border-color: #BC2D42;
}
.TagClassName
{
border-color: #BC2D42;
}
</style>