Shades of Brick Red #BE313F
Tints of Brick Red #BE313F
RGB
CMYK
RGB Variations
Color information
#BE313F (or 0xBE313F) is known color: Brick Red. HEX triplet: BE, 31 and 3F. RGB value is (190,49,63). Sum of RGB (Red+Green+Blue) = 190+49+63=302 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.91% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 190 - color contains mainly: red. Hex color #BE313F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE313F is #41CEC0. Grayscale: #5C5C5C. Windows color (decimal): -4312769 or 4141502. OLE color: 4141502.
HSL color Cylindrical-coordinate representation of color #BE313F: hue angle of 354.04º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE313F is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 49 | 63 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.25 |
| HSL | 354.04º | 0.59% | 0.47% | - |
| HSV(B) | 354.04º | 0.74% | 0.75% | - |
| XYZ | 23.23 | 13.5 | 6.08 | - |
| YUV | 92.76 | 111.21 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 49 | 63 | 0 | 0.74 | 0.67 | 0.25 | 354.04 | 0.59 | 0.47 |
| Hex | BE | 31 | 3F | 0 | 4A | 43 | 19 | 162 | 3B | 2F |
| Octal | 276 | 61 | 77 | 0 | 112 | 103 | 31 | 542 | 73 | 57 |
| Binary | 10111110 | 110001 | 111111 | 0 | 1001010 | 1000011 | 11001 | 101100010 | 111011 | 101111 |
Color Harmonies of #BE313F
Complementary color
Monochromatic Colors of #BE313F
Black with #BE313F
Text Example
Text Example
White with #BE313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE313F; }
p { color: rgb(190,49,63); }
H1.HeaderClassName
{
color: #BE313F;
}
.AnyTagClassName
{
color: #BE313F;
}
</style>
background-color css
<style>
a { background-color: #BE313F; }
a { background-color: rgb(190,49,63); }
div.DivClassName
{
background-color: #BE313F;
}
.BgClassName
{
background-color: #BE313F;
}
</style>
border-color css
<style>
span { border-color: #BE313F; }
span { border-color: rgb(190,49,63); }
td.TdClassName
{
border-color: #BE313F;
}
.TagClassName
{
border-color: #BE313F;
}
</style>