Shades of Brick Red #BE3341
Tints of Brick Red #BE3341
RGB
CMYK
RGB Variations
Color information
#BE3341 (or 0xBE3341) is known color: Brick Red. HEX triplet: BE, 33 and 41. RGB value is (190,51,65). Sum of RGB (Red+Green+Blue) = 190+51+65=306 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.09% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3341 is #41CCBE. Grayscale: #5E5E5E. Windows color (decimal): -4312255 or 4273086. OLE color: 4273086.
HSL color Cylindrical-coordinate representation of color #BE3341: hue angle of 353.96º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE3341 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 51 | 65 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.25 |
| HSL | 353.96º | 0.58% | 0.47% | - |
| HSV(B) | 353.96º | 0.73% | 0.75% | - |
| XYZ | 23.37 | 13.7 | 6.41 | - |
| YUV | 94.16 | 111.55 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 51 | 65 | 0 | 0.73 | 0.66 | 0.25 | 353.96 | 0.58 | 0.47 |
| Hex | BE | 33 | 41 | 0 | 49 | 42 | 19 | 162 | 3A | 2F |
| Octal | 276 | 63 | 101 | 0 | 111 | 102 | 31 | 542 | 72 | 57 |
| Binary | 10111110 | 110011 | 1000001 | 0 | 1001001 | 1000010 | 11001 | 101100010 | 111010 | 101111 |
Color Harmonies of #BE3341
Complementary color
Monochromatic Colors of #BE3341
Black with #BE3341
Text Example
Text Example
White with #BE3341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3341; }
p { color: rgb(190,51,65); }
H1.HeaderClassName
{
color: #BE3341;
}
.AnyTagClassName
{
color: #BE3341;
}
</style>
background-color css
<style>
a { background-color: #BE3341; }
a { background-color: rgb(190,51,65); }
div.DivClassName
{
background-color: #BE3341;
}
.BgClassName
{
background-color: #BE3341;
}
</style>
border-color css
<style>
span { border-color: #BE3341; }
span { border-color: rgb(190,51,65); }
td.TdClassName
{
border-color: #BE3341;
}
.TagClassName
{
border-color: #BE3341;
}
</style>