Shades of Brick Red #BC3842
Tints of Brick Red #BC3842
RGB
CMYK
RGB Variations
Color information
#BC3842 (or 0xBC3842) is known color: Brick Red. HEX triplet: BC, 38 and 42. RGB value is (188,56,66). Sum of RGB (Red+Green+Blue) = 188+56+66=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3842 is #43C7BD. Grayscale: #606060. Windows color (decimal): -4442046 or 4339900. OLE color: 4339900.
HSL color Cylindrical-coordinate representation of color #BC3842: hue angle of 355.45º 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 #BC3842 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 56 | 66 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.26 |
| HSL | 355.45º | 0.54% | 0.48% | - |
| HSV(B) | 355.45º | 0.7% | 0.74% | - |
| XYZ | 23.14 | 13.91 | 6.62 | - |
| YUV | 96.61 | 110.73 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 56 | 66 | 0 | 0.70 | 0.65 | 0.26 | 355.45 | 0.54 | 0.48 |
| Hex | BC | 38 | 42 | 0 | 46 | 41 | 1A | 163 | 36 | 30 |
| Octal | 274 | 70 | 102 | 0 | 106 | 101 | 32 | 543 | 66 | 60 |
| Binary | 10111100 | 111000 | 1000010 | 0 | 1000110 | 1000001 | 11010 | 101100011 | 110110 | 110000 |
Color Harmonies of #BC3842
Complementary color
Monochromatic Colors of #BC3842
Black with #BC3842
Text Example
Text Example
White with #BC3842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3842; }
p { color: rgb(188,56,66); }
H1.HeaderClassName
{
color: #BC3842;
}
.AnyTagClassName
{
color: #BC3842;
}
</style>
background-color css
<style>
a { background-color: #BC3842; }
a { background-color: rgb(188,56,66); }
div.DivClassName
{
background-color: #BC3842;
}
.BgClassName
{
background-color: #BC3842;
}
</style>
border-color css
<style>
span { border-color: #BC3842; }
span { border-color: rgb(188,56,66); }
td.TdClassName
{
border-color: #BC3842;
}
.TagClassName
{
border-color: #BC3842;
}
</style>