Shades of Brick Red #BE353F
Tints of Brick Red #BE353F
RGB
CMYK
RGB Variations
Color information
#BE353F (or 0xBE353F) is known color: Brick Red. HEX triplet: BE, 35 and 3F. RGB value is (190,53,63). Sum of RGB (Red+Green+Blue) = 190+53+63=306 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.09% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 63 (25% from 255 or 20.59% from 306); Max value from RGB is 190 - color contains mainly: red. Hex color #BE353F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE353F is #41CAC0. Grayscale: #5F5F5F. Windows color (decimal): -4311745 or 4142526. OLE color: 4142526.
HSL color Cylindrical-coordinate representation of color #BE353F: hue angle of 355.62º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE353F is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 53 | 63 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.25 |
| HSL | 355.62º | 0.56% | 0.48% | - |
| HSV(B) | 355.62º | 0.72% | 0.75% | - |
| XYZ | 23.41 | 13.85 | 6.14 | - |
| YUV | 95.1 | 109.89 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 53 | 63 | 0 | 0.72 | 0.67 | 0.25 | 355.62 | 0.56 | 0.48 |
| Hex | BE | 35 | 3F | 0 | 48 | 43 | 19 | 164 | 38 | 30 |
| Octal | 276 | 65 | 77 | 0 | 110 | 103 | 31 | 544 | 70 | 60 |
| Binary | 10111110 | 110101 | 111111 | 0 | 1001000 | 1000011 | 11001 | 101100100 | 111000 | 110000 |
Color Harmonies of #BE353F
Complementary color
Monochromatic Colors of #BE353F
Black with #BE353F
Text Example
Text Example
White with #BE353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE353F; }
p { color: rgb(190,53,63); }
H1.HeaderClassName
{
color: #BE353F;
}
.AnyTagClassName
{
color: #BE353F;
}
</style>
background-color css
<style>
a { background-color: #BE353F; }
a { background-color: rgb(190,53,63); }
div.DivClassName
{
background-color: #BE353F;
}
.BgClassName
{
background-color: #BE353F;
}
</style>
border-color css
<style>
span { border-color: #BE353F; }
span { border-color: rgb(190,53,63); }
td.TdClassName
{
border-color: #BE353F;
}
.TagClassName
{
border-color: #BE353F;
}
</style>