Shades of Brick Red #BE313C
Tints of Brick Red #BE313C
RGB
CMYK
RGB Variations
Color information
#BE313C (or 0xBE313C) is known color: Brick Red. HEX triplet: BE, 31 and 3C. RGB value is (190,49,60). Sum of RGB (Red+Green+Blue) = 190+49+60=299 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.55% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 190 - color contains mainly: red. Hex color #BE313C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE313C is #41CEC3. Grayscale: #5C5C5C. Windows color (decimal): -4312772 or 3944894. OLE color: 3944894.
HSL color Cylindrical-coordinate representation of color #BE313C: hue angle of 355.32º 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 #BE313C is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 49 | 60 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.25 |
| HSL | 355.32º | 0.59% | 0.47% | - |
| HSV(B) | 355.32º | 0.74% | 0.75% | - |
| XYZ | 23.15 | 13.47 | 5.65 | - |
| YUV | 92.41 | 109.71 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 49 | 60 | 0 | 0.74 | 0.68 | 0.25 | 355.32 | 0.59 | 0.47 |
| Hex | BE | 31 | 3C | 0 | 4A | 44 | 19 | 163 | 3B | 2F |
| Octal | 276 | 61 | 74 | 0 | 112 | 104 | 31 | 543 | 73 | 57 |
| Binary | 10111110 | 110001 | 111100 | 0 | 1001010 | 1000100 | 11001 | 101100011 | 111011 | 101111 |
Color Harmonies of #BE313C
Complementary color
Monochromatic Colors of #BE313C
Black with #BE313C
Text Example
Text Example
White with #BE313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE313C; }
p { color: rgb(190,49,60); }
H1.HeaderClassName
{
color: #BE313C;
}
.AnyTagClassName
{
color: #BE313C;
}
</style>
background-color css
<style>
a { background-color: #BE313C; }
a { background-color: rgb(190,49,60); }
div.DivClassName
{
background-color: #BE313C;
}
.BgClassName
{
background-color: #BE313C;
}
</style>
border-color css
<style>
span { border-color: #BE313C; }
span { border-color: rgb(190,49,60); }
td.TdClassName
{
border-color: #BE313C;
}
.TagClassName
{
border-color: #BE313C;
}
</style>