Shades of Brick Red #BE3441
Tints of Brick Red #BE3441
RGB
CMYK
RGB Variations
Color information
#BE3441 (or 0xBE3441) is known color: Brick Red. HEX triplet: BE, 34 and 41. RGB value is (190,52,65). Sum of RGB (Red+Green+Blue) = 190+52+65=307 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.89% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3441 is #41CBBE. Grayscale: #5E5E5E. Windows color (decimal): -4311999 or 4273342. OLE color: 4273342.
HSL color Cylindrical-coordinate representation of color #BE3441: hue angle of 354.35º degrees, saturation: 0.57, 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 #BE3441 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 52 | 65 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.25 |
| HSL | 354.35º | 0.57% | 0.47% | - |
| HSV(B) | 354.35º | 0.73% | 0.75% | - |
| XYZ | 23.42 | 13.78 | 6.43 | - |
| YUV | 94.74 | 111.22 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 52 | 65 | 0 | 0.73 | 0.66 | 0.25 | 354.35 | 0.57 | 0.47 |
| Hex | BE | 34 | 41 | 0 | 49 | 42 | 19 | 162 | 39 | 2F |
| Octal | 276 | 64 | 101 | 0 | 111 | 102 | 31 | 542 | 71 | 57 |
| Binary | 10111110 | 110100 | 1000001 | 0 | 1001001 | 1000010 | 11001 | 101100010 | 111001 | 101111 |
Color Harmonies of #BE3441
Complementary color
Monochromatic Colors of #BE3441
Black with #BE3441
Text Example
Text Example
White with #BE3441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3441; }
p { color: rgb(190,52,65); }
H1.HeaderClassName
{
color: #BE3441;
}
.AnyTagClassName
{
color: #BE3441;
}
</style>
background-color css
<style>
a { background-color: #BE3441; }
a { background-color: rgb(190,52,65); }
div.DivClassName
{
background-color: #BE3441;
}
.BgClassName
{
background-color: #BE3441;
}
</style>
border-color css
<style>
span { border-color: #BE3441; }
span { border-color: rgb(190,52,65); }
td.TdClassName
{
border-color: #BE3441;
}
.TagClassName
{
border-color: #BE3441;
}
</style>