Shades of Brick Red #BE2742
Tints of Brick Red #BE2742
RGB
CMYK
RGB Variations
Color information
#BE2742 (or 0xBE2742) is known color: Brick Red. HEX triplet: BE, 27 and 42. RGB value is (190,39,66). Sum of RGB (Red+Green+Blue) = 190+39+66=295 (39% of max value = 765). Red value is 190 (74.61% from 255 or 64.41% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2742 is #41D8BD. Grayscale: #575757. Windows color (decimal): -4315326 or 4335550. OLE color: 4335550.
HSL color Cylindrical-coordinate representation of color #BE2742: hue angle of 349.27º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE2742 is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 39 | 66 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.25 |
| HSL | 349.27º | 0.66% | 0.45% | - |
| HSV(B) | 349.27º | 0.79% | 0.75% | - |
| XYZ | 22.94 | 12.79 | 6.41 | - |
| YUV | 87.23 | 116.03 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 39 | 66 | 0 | 0.79 | 0.65 | 0.25 | 349.27 | 0.66 | 0.45 |
| Hex | BE | 27 | 42 | 0 | 4F | 41 | 19 | 15D | 42 | 2D |
| Octal | 276 | 47 | 102 | 0 | 117 | 101 | 31 | 535 | 102 | 55 |
| Binary | 10111110 | 100111 | 1000010 | 0 | 1001111 | 1000001 | 11001 | 101011101 | 1000010 | 101101 |
Color Harmonies of #BE2742
Complementary color
Monochromatic Colors of #BE2742
Black with #BE2742
Text Example
Text Example
White with #BE2742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2742; }
p { color: rgb(190,39,66); }
H1.HeaderClassName
{
color: #BE2742;
}
.AnyTagClassName
{
color: #BE2742;
}
</style>
background-color css
<style>
a { background-color: #BE2742; }
a { background-color: rgb(190,39,66); }
div.DivClassName
{
background-color: #BE2742;
}
.BgClassName
{
background-color: #BE2742;
}
</style>
border-color css
<style>
span { border-color: #BE2742; }
span { border-color: rgb(190,39,66); }
td.TdClassName
{
border-color: #BE2742;
}
.TagClassName
{
border-color: #BE2742;
}
</style>