Shades of Brick Red #BE4145
Tints of Brick Red #BE4145
RGB
CMYK
RGB Variations
Color information
#BE4145 (or 0xBE4145) is known color: Brick Red. HEX triplet: BE, 41 and 45. RGB value is (190,65,69). Sum of RGB (Red+Green+Blue) = 190+65+69=324 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.64% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4145 is #41BEBA. Grayscale: #666666. Windows color (decimal): -4308667 or 4538814. OLE color: 4538814.
HSL color Cylindrical-coordinate representation of color #BE4145: hue angle of 358.08º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE4145 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 65 | 69 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.25 |
| HSL | 358.08º | 0.49% | 0.5% | - |
| HSV(B) | 358.08º | 0.66% | 0.75% | - |
| XYZ | 24.2 | 15.16 | 7.28 | - |
| YUV | 102.83 | 108.91 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 65 | 69 | 0 | 0.66 | 0.64 | 0.25 | 358.08 | 0.49 | 0.5 |
| Hex | BE | 41 | 45 | 0 | 42 | 40 | 19 | 166 | 31 | 32 |
| Octal | 276 | 101 | 105 | 0 | 102 | 100 | 31 | 546 | 61 | 62 |
| Binary | 10111110 | 1000001 | 1000101 | 0 | 1000010 | 1000000 | 11001 | 101100110 | 110001 | 110010 |
Color Harmonies of #BE4145
Complementary color
Monochromatic Colors of #BE4145
Black with #BE4145
Text Example
Text Example
White with #BE4145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4145; }
p { color: rgb(190,65,69); }
H1.HeaderClassName
{
color: #BE4145;
}
.AnyTagClassName
{
color: #BE4145;
}
</style>
background-color css
<style>
a { background-color: #BE4145; }
a { background-color: rgb(190,65,69); }
div.DivClassName
{
background-color: #BE4145;
}
.BgClassName
{
background-color: #BE4145;
}
</style>
border-color css
<style>
span { border-color: #BE4145; }
span { border-color: rgb(190,65,69); }
td.TdClassName
{
border-color: #BE4145;
}
.TagClassName
{
border-color: #BE4145;
}
</style>