Shades of Brick Red #BE3B46
Tints of Brick Red #BE3B46
RGB
CMYK
RGB Variations
Color information
#BE3B46 (or 0xBE3B46) is known color: Brick Red. HEX triplet: BE, 3B and 46. RGB value is (190,59,70). Sum of RGB (Red+Green+Blue) = 190+59+70=319 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.56% from 319); Green value is 59 (23.44% from 255 or 18.50% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3B46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3B46 is #41C4B9. Grayscale: #636363. Windows color (decimal): -4310202 or 4602814. OLE color: 4602814.
HSL color Cylindrical-coordinate representation of color #BE3B46: hue angle of 354.96º 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 #BE3B46 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 59 | 70 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.25 |
| HSL | 354.96º | 0.53% | 0.49% | - |
| HSV(B) | 354.96º | 0.69% | 0.75% | - |
| XYZ | 23.9 | 14.52 | 7.34 | - |
| YUV | 99.42 | 111.4 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 59 | 70 | 0 | 0.69 | 0.63 | 0.25 | 354.96 | 0.53 | 0.49 |
| Hex | BE | 3B | 46 | 0 | 45 | 3F | 19 | 163 | 35 | 31 |
| Octal | 276 | 73 | 106 | 0 | 105 | 77 | 31 | 543 | 65 | 61 |
| Binary | 10111110 | 111011 | 1000110 | 0 | 1000101 | 111111 | 11001 | 101100011 | 110101 | 110001 |
Color Harmonies of #BE3B46
Complementary color
Monochromatic Colors of #BE3B46
Black with #BE3B46
Text Example
Text Example
White with #BE3B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3B46; }
p { color: rgb(190,59,70); }
H1.HeaderClassName
{
color: #BE3B46;
}
.AnyTagClassName
{
color: #BE3B46;
}
</style>
background-color css
<style>
a { background-color: #BE3B46; }
a { background-color: rgb(190,59,70); }
div.DivClassName
{
background-color: #BE3B46;
}
.BgClassName
{
background-color: #BE3B46;
}
</style>
border-color css
<style>
span { border-color: #BE3B46; }
span { border-color: rgb(190,59,70); }
td.TdClassName
{
border-color: #BE3B46;
}
.TagClassName
{
border-color: #BE3B46;
}
</style>