Shades of Brick Red #BE2D39
Tints of Brick Red #BE2D39
RGB
CMYK
RGB Variations
Color information
#BE2D39 (or 0xBE2D39) is known color: Brick Red. HEX triplet: BE, 2D and 39. RGB value is (190,45,57). Sum of RGB (Red+Green+Blue) = 190+45+57=292 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.07% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 57 (22.66% from 255 or 19.52% from 292); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2D39 is #41D2C6. Grayscale: #595959. Windows color (decimal): -4313799 or 3747262. OLE color: 3747262.
HSL color Cylindrical-coordinate representation of color #BE2D39: hue angle of 355.03º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE2D39 is Cyan = 0, Magento = 0.76, Yellow = 0.7 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 45 | 57 | - |
| CMYK | 0 | 0.76 | 0.7 | 0.25 |
| HSL | 355.03º | 0.62% | 0.46% | - |
| HSV(B) | 355.03º | 0.76% | 0.75% | - |
| XYZ | 22.91 | 13.12 | 5.2 | - |
| YUV | 89.72 | 109.54 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 45 | 57 | 0 | 0.76 | 0.7 | 0.25 | 355.03 | 0.62 | 0.46 |
| Hex | BE | 2D | 39 | 0 | 4C | 46 | 19 | 163 | 3E | 2E |
| Octal | 276 | 55 | 71 | 0 | 114 | 106 | 31 | 543 | 76 | 56 |
| Binary | 10111110 | 101101 | 111001 | 0 | 1001100 | 1000110 | 11001 | 101100011 | 111110 | 101110 |
Color Harmonies of #BE2D39
Complementary color
Monochromatic Colors of #BE2D39
Black with #BE2D39
Text Example
Text Example
White with #BE2D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2D39; }
p { color: rgb(190,45,57); }
H1.HeaderClassName
{
color: #BE2D39;
}
.AnyTagClassName
{
color: #BE2D39;
}
</style>
background-color css
<style>
a { background-color: #BE2D39; }
a { background-color: rgb(190,45,57); }
div.DivClassName
{
background-color: #BE2D39;
}
.BgClassName
{
background-color: #BE2D39;
}
</style>
border-color css
<style>
span { border-color: #BE2D39; }
span { border-color: rgb(190,45,57); }
td.TdClassName
{
border-color: #BE2D39;
}
.TagClassName
{
border-color: #BE2D39;
}
</style>