Shades of Brick Red #BE303C
Tints of Brick Red #BE303C
RGB
CMYK
RGB Variations
Color information
#BE303C (or 0xBE303C) is known color: Brick Red. HEX triplet: BE, 30 and 3C. RGB value is (190,48,60). Sum of RGB (Red+Green+Blue) = 190+48+60=298 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.76% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 190 - color contains mainly: red. Hex color #BE303C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE303C is #41CFC3. Grayscale: #5B5B5B. Windows color (decimal): -4313028 or 3944638. OLE color: 3944638.
HSL color Cylindrical-coordinate representation of color #BE303C: hue angle of 354.93º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE303C is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 48 | 60 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.25 |
| HSL | 354.93º | 0.6% | 0.47% | - |
| HSV(B) | 354.93º | 0.75% | 0.75% | - |
| XYZ | 23.11 | 13.39 | 5.64 | - |
| YUV | 91.83 | 110.04 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 48 | 60 | 0 | 0.75 | 0.68 | 0.25 | 354.93 | 0.6 | 0.47 |
| Hex | BE | 30 | 3C | 0 | 4B | 44 | 19 | 163 | 3C | 2F |
| Octal | 276 | 60 | 74 | 0 | 113 | 104 | 31 | 543 | 74 | 57 |
| Binary | 10111110 | 110000 | 111100 | 0 | 1001011 | 1000100 | 11001 | 101100011 | 111100 | 101111 |
Color Harmonies of #BE303C
Complementary color
Monochromatic Colors of #BE303C
Black with #BE303C
Text Example
Text Example
White with #BE303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE303C; }
p { color: rgb(190,48,60); }
H1.HeaderClassName
{
color: #BE303C;
}
.AnyTagClassName
{
color: #BE303C;
}
</style>
background-color css
<style>
a { background-color: #BE303C; }
a { background-color: rgb(190,48,60); }
div.DivClassName
{
background-color: #BE303C;
}
.BgClassName
{
background-color: #BE303C;
}
</style>
border-color css
<style>
span { border-color: #BE303C; }
span { border-color: rgb(190,48,60); }
td.TdClassName
{
border-color: #BE303C;
}
.TagClassName
{
border-color: #BE303C;
}
</style>