Shades of Brick Red #BC273F
Tints of Brick Red #BC273F
RGB
CMYK
RGB Variations
Color information
#BC273F (or 0xBC273F) is known color: Brick Red. HEX triplet: BC, 27 and 3F. RGB value is (188,39,63). Sum of RGB (Red+Green+Blue) = 188+39+63=290 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.83% from 290); Green value is 39 (15.62% from 255 or 13.45% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 188 - color contains mainly: red. Hex color #BC273F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC273F is #43D8C0. Grayscale: #565656. Windows color (decimal): -4446401 or 4138940. OLE color: 4138940.
HSL color Cylindrical-coordinate representation of color #BC273F: hue angle of 350.34º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC273F is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 39 | 63 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.26 |
| HSL | 350.34º | 0.66% | 0.45% | - |
| HSV(B) | 350.34º | 0.79% | 0.74% | - |
| XYZ | 22.36 | 12.5 | 5.94 | - |
| YUV | 86.29 | 114.86 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 63 | 0 | 0.79 | 0.66 | 0.26 | 350.34 | 0.66 | 0.45 |
| Hex | BC | 27 | 3F | 0 | 4F | 42 | 1A | 15E | 42 | 2D |
| Octal | 274 | 47 | 77 | 0 | 117 | 102 | 32 | 536 | 102 | 55 |
| Binary | 10111100 | 100111 | 111111 | 0 | 1001111 | 1000010 | 11010 | 101011110 | 1000010 | 101101 |
Color Harmonies of #BC273F
Complementary color
Monochromatic Colors of #BC273F
Black with #BC273F
Text Example
Text Example
White with #BC273F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC273F; }
p { color: rgb(188,39,63); }
H1.HeaderClassName
{
color: #BC273F;
}
.AnyTagClassName
{
color: #BC273F;
}
</style>
background-color css
<style>
a { background-color: #BC273F; }
a { background-color: rgb(188,39,63); }
div.DivClassName
{
background-color: #BC273F;
}
.BgClassName
{
background-color: #BC273F;
}
</style>
border-color css
<style>
span { border-color: #BC273F; }
span { border-color: rgb(188,39,63); }
td.TdClassName
{
border-color: #BC273F;
}
.TagClassName
{
border-color: #BC273F;
}
</style>