Shades of Brick Red #BE3145
Tints of Brick Red #BE3145
RGB
CMYK
RGB Variations
Color information
#BE3145 (or 0xBE3145) is known color: Brick Red. HEX triplet: BE, 31 and 45. RGB value is (190,49,69). Sum of RGB (Red+Green+Blue) = 190+49+69=308 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.69% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3145 is #41CEBA. Grayscale: #5D5D5D. Windows color (decimal): -4312763 or 4534718. OLE color: 4534718.
HSL color Cylindrical-coordinate representation of color #BE3145: hue angle of 351.49º 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 #BE3145 is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 49 | 69 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.25 |
| HSL | 351.49º | 0.59% | 0.47% | - |
| HSV(B) | 351.49º | 0.74% | 0.75% | - |
| XYZ | 23.41 | 13.57 | 7.02 | - |
| YUV | 93.44 | 114.21 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 49 | 69 | 0 | 0.74 | 0.64 | 0.25 | 351.49 | 0.59 | 0.47 |
| Hex | BE | 31 | 45 | 0 | 4A | 40 | 19 | 15F | 3B | 2F |
| Octal | 276 | 61 | 105 | 0 | 112 | 100 | 31 | 537 | 73 | 57 |
| Binary | 10111110 | 110001 | 1000101 | 0 | 1001010 | 1000000 | 11001 | 101011111 | 111011 | 101111 |
Color Harmonies of #BE3145
Complementary color
Monochromatic Colors of #BE3145
Black with #BE3145
Text Example
Text Example
White with #BE3145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3145; }
p { color: rgb(190,49,69); }
H1.HeaderClassName
{
color: #BE3145;
}
.AnyTagClassName
{
color: #BE3145;
}
</style>
background-color css
<style>
a { background-color: #BE3145; }
a { background-color: rgb(190,49,69); }
div.DivClassName
{
background-color: #BE3145;
}
.BgClassName
{
background-color: #BE3145;
}
</style>
border-color css
<style>
span { border-color: #BE3145; }
span { border-color: rgb(190,49,69); }
td.TdClassName
{
border-color: #BE3145;
}
.TagClassName
{
border-color: #BE3145;
}
</style>