Shades of Brick Red #BE3A40
Tints of Brick Red #BE3A40
RGB
CMYK
RGB Variations
Color information
#BE3A40 (or 0xBE3A40) is known color: Brick Red. HEX triplet: BE, 3A and 40. RGB value is (190,58,64). Sum of RGB (Red+Green+Blue) = 190+58+64=312 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.90% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3A40 is #41C5BF. Grayscale: #626262. Windows color (decimal): -4310464 or 4209342. OLE color: 4209342.
HSL color Cylindrical-coordinate representation of color #BE3A40: hue angle of 357.27º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE3A40 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 58 | 64 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.25 |
| HSL | 357.27º | 0.53% | 0.49% | - |
| HSV(B) | 357.27º | 0.69% | 0.75% | - |
| XYZ | 23.67 | 14.34 | 6.37 | - |
| YUV | 98.15 | 108.73 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 58 | 64 | 0 | 0.69 | 0.66 | 0.25 | 357.27 | 0.53 | 0.49 |
| Hex | BE | 3A | 40 | 0 | 45 | 42 | 19 | 165 | 35 | 31 |
| Octal | 276 | 72 | 100 | 0 | 105 | 102 | 31 | 545 | 65 | 61 |
| Binary | 10111110 | 111010 | 1000000 | 0 | 1000101 | 1000010 | 11001 | 101100101 | 110101 | 110001 |
Color Harmonies of #BE3A40
Complementary color
Monochromatic Colors of #BE3A40
Black with #BE3A40
Text Example
Text Example
White with #BE3A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3A40; }
p { color: rgb(190,58,64); }
H1.HeaderClassName
{
color: #BE3A40;
}
.AnyTagClassName
{
color: #BE3A40;
}
</style>
background-color css
<style>
a { background-color: #BE3A40; }
a { background-color: rgb(190,58,64); }
div.DivClassName
{
background-color: #BE3A40;
}
.BgClassName
{
background-color: #BE3A40;
}
</style>
border-color css
<style>
span { border-color: #BE3A40; }
span { border-color: rgb(190,58,64); }
td.TdClassName
{
border-color: #BE3A40;
}
.TagClassName
{
border-color: #BE3A40;
}
</style>