Shades of Brick Red #BE4447
Tints of Brick Red #BE4447
RGB
CMYK
RGB Variations
Color information
#BE4447 (or 0xBE4447) is known color: Brick Red. HEX triplet: BE, 44 and 47. RGB value is (190,68,71). Sum of RGB (Red+Green+Blue) = 190+68+71=329 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.75% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4447 is #41BBB8. Grayscale: #686868. Windows color (decimal): -4307897 or 4670654. OLE color: 4670654.
HSL color Cylindrical-coordinate representation of color #BE4447: hue angle of 358.52º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE4447 is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 68 | 71 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.25 |
| HSL | 358.52º | 0.48% | 0.51% | - |
| HSV(B) | 358.52º | 0.64% | 0.75% | - |
| XYZ | 24.44 | 15.54 | 7.67 | - |
| YUV | 104.82 | 108.92 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 68 | 71 | 0 | 0.64 | 0.63 | 0.25 | 358.52 | 0.48 | 0.51 |
| Hex | BE | 44 | 47 | 0 | 40 | 3F | 19 | 167 | 30 | 33 |
| Octal | 276 | 104 | 107 | 0 | 100 | 77 | 31 | 547 | 60 | 63 |
| Binary | 10111110 | 1000100 | 1000111 | 0 | 1000000 | 111111 | 11001 | 101100111 | 110000 | 110011 |
Color Harmonies of #BE4447
Complementary color
Monochromatic Colors of #BE4447
Black with #BE4447
Text Example
Text Example
White with #BE4447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4447; }
p { color: rgb(190,68,71); }
H1.HeaderClassName
{
color: #BE4447;
}
.AnyTagClassName
{
color: #BE4447;
}
</style>
background-color css
<style>
a { background-color: #BE4447; }
a { background-color: rgb(190,68,71); }
div.DivClassName
{
background-color: #BE4447;
}
.BgClassName
{
background-color: #BE4447;
}
</style>
border-color css
<style>
span { border-color: #BE4447; }
span { border-color: rgb(190,68,71); }
td.TdClassName
{
border-color: #BE4447;
}
.TagClassName
{
border-color: #BE4447;
}
</style>