Shades of Brick Red #BE313A
Tints of Brick Red #BE313A
RGB
CMYK
RGB Variations
Color information
#BE313A (or 0xBE313A) is known color: Brick Red. HEX triplet: BE, 31 and 3A. RGB value is (190,49,58). Sum of RGB (Red+Green+Blue) = 190+49+58=297 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.97% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 190 - color contains mainly: red. Hex color #BE313A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE313A is #41CEC5. Grayscale: #5C5C5C. Windows color (decimal): -4312774 or 3813822. OLE color: 3813822.
HSL color Cylindrical-coordinate representation of color #BE313A: hue angle of 356.17º 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 #BE313A is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 49 | 58 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.25 |
| HSL | 356.17º | 0.59% | 0.47% | - |
| HSV(B) | 356.17º | 0.74% | 0.75% | - |
| XYZ | 23.1 | 13.45 | 5.38 | - |
| YUV | 92.19 | 108.71 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 49 | 58 | 0 | 0.74 | 0.69 | 0.25 | 356.17 | 0.59 | 0.47 |
| Hex | BE | 31 | 3A | 0 | 4A | 45 | 19 | 164 | 3B | 2F |
| Octal | 276 | 61 | 72 | 0 | 112 | 105 | 31 | 544 | 73 | 57 |
| Binary | 10111110 | 110001 | 111010 | 0 | 1001010 | 1000101 | 11001 | 101100100 | 111011 | 101111 |
Color Harmonies of #BE313A
Complementary color
Monochromatic Colors of #BE313A
Black with #BE313A
Text Example
Text Example
White with #BE313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE313A; }
p { color: rgb(190,49,58); }
H1.HeaderClassName
{
color: #BE313A;
}
.AnyTagClassName
{
color: #BE313A;
}
</style>
background-color css
<style>
a { background-color: #BE313A; }
a { background-color: rgb(190,49,58); }
div.DivClassName
{
background-color: #BE313A;
}
.BgClassName
{
background-color: #BE313A;
}
</style>
border-color css
<style>
span { border-color: #BE313A; }
span { border-color: rgb(190,49,58); }
td.TdClassName
{
border-color: #BE313A;
}
.TagClassName
{
border-color: #BE313A;
}
</style>