Shades of Brick Red #BC3E44
Tints of Brick Red #BC3E44
RGB
CMYK
RGB Variations
Color information
#BC3E44 (or 0xBC3E44) is known color: Brick Red. HEX triplet: BC, 3E and 44. RGB value is (188,62,68). Sum of RGB (Red+Green+Blue) = 188+62+68=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 62 (24.61% from 255 or 19.50% from 318); Blue value is 68 (26.95% from 255 or 21.38% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3E44 is #43C1BB. Grayscale: #646464. Windows color (decimal): -4440508 or 4472508. OLE color: 4472508.
HSL color Cylindrical-coordinate representation of color #BC3E44: hue angle of 357.14º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC3E44 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 62 | 68 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.26 |
| HSL | 357.14º | 0.5% | 0.49% | - |
| HSV(B) | 357.14º | 0.67% | 0.74% | - |
| XYZ | 23.51 | 14.55 | 7.04 | - |
| YUV | 100.36 | 109.74 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 62 | 68 | 0 | 0.67 | 0.64 | 0.26 | 357.14 | 0.5 | 0.49 |
| Hex | BC | 3E | 44 | 0 | 43 | 40 | 1A | 165 | 32 | 31 |
| Octal | 274 | 76 | 104 | 0 | 103 | 100 | 32 | 545 | 62 | 61 |
| Binary | 10111100 | 111110 | 1000100 | 0 | 1000011 | 1000000 | 11010 | 101100101 | 110010 | 110001 |
Color Harmonies of #BC3E44
Complementary color
Monochromatic Colors of #BC3E44
Black with #BC3E44
Text Example
Text Example
White with #BC3E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3E44; }
p { color: rgb(188,62,68); }
H1.HeaderClassName
{
color: #BC3E44;
}
.AnyTagClassName
{
color: #BC3E44;
}
</style>
background-color css
<style>
a { background-color: #BC3E44; }
a { background-color: rgb(188,62,68); }
div.DivClassName
{
background-color: #BC3E44;
}
.BgClassName
{
background-color: #BC3E44;
}
</style>
border-color css
<style>
span { border-color: #BC3E44; }
span { border-color: rgb(188,62,68); }
td.TdClassName
{
border-color: #BC3E44;
}
.TagClassName
{
border-color: #BC3E44;
}
</style>