Shades of Brick Red #BC273E
Tints of Brick Red #BC273E
RGB
CMYK
RGB Variations
Color information
#BC273E (or 0xBC273E) is known color: Brick Red. HEX triplet: BC, 27 and 3E. RGB value is (188,39,62). Sum of RGB (Red+Green+Blue) = 188+39+62=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC273E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC273E is #43D8C1. Grayscale: #565656. Windows color (decimal): -4446402 or 4073404. OLE color: 4073404.
HSL color Cylindrical-coordinate representation of color #BC273E: hue angle of 350.74º 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 #BC273E is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 39 | 62 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.26 |
| HSL | 350.74º | 0.66% | 0.45% | - |
| HSV(B) | 350.74º | 0.79% | 0.74% | - |
| XYZ | 22.33 | 12.49 | 5.79 | - |
| YUV | 86.17 | 114.36 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 62 | 0 | 0.79 | 0.67 | 0.26 | 350.74 | 0.66 | 0.45 |
| Hex | BC | 27 | 3E | 0 | 4F | 43 | 1A | 15F | 42 | 2D |
| Octal | 274 | 47 | 76 | 0 | 117 | 103 | 32 | 537 | 102 | 55 |
| Binary | 10111100 | 100111 | 111110 | 0 | 1001111 | 1000011 | 11010 | 101011111 | 1000010 | 101101 |
Color Harmonies of #BC273E
Complementary color
Monochromatic Colors of #BC273E
Black with #BC273E
Text Example
Text Example
White with #BC273E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC273E; }
p { color: rgb(188,39,62); }
H1.HeaderClassName
{
color: #BC273E;
}
.AnyTagClassName
{
color: #BC273E;
}
</style>
background-color css
<style>
a { background-color: #BC273E; }
a { background-color: rgb(188,39,62); }
div.DivClassName
{
background-color: #BC273E;
}
.BgClassName
{
background-color: #BC273E;
}
</style>
border-color css
<style>
span { border-color: #BC273E; }
span { border-color: rgb(188,39,62); }
td.TdClassName
{
border-color: #BC273E;
}
.TagClassName
{
border-color: #BC273E;
}
</style>