Shades of Brick Red #BE3E44
Tints of Brick Red #BE3E44
RGB
CMYK
RGB Variations
Color information
#BE3E44 (or 0xBE3E44) is known color: Brick Red. HEX triplet: BE, 3E and 44. RGB value is (190,62,68). Sum of RGB (Red+Green+Blue) = 190+62+68=320 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.38% from 320); Green value is 62 (24.61% from 255 or 19.38% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3E44 is #41C1BB. Grayscale: #656565. Windows color (decimal): -4309436 or 4472510. OLE color: 4472510.
HSL color Cylindrical-coordinate representation of color #BE3E44: hue angle of 357.19º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE3E44 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 62 | 68 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.25 |
| HSL | 357.19º | 0.51% | 0.49% | - |
| HSV(B) | 357.19º | 0.67% | 0.75% | - |
| XYZ | 24 | 14.81 | 7.06 | - |
| YUV | 100.96 | 109.41 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 62 | 68 | 0 | 0.67 | 0.64 | 0.25 | 357.19 | 0.51 | 0.49 |
| Hex | BE | 3E | 44 | 0 | 43 | 40 | 19 | 165 | 33 | 31 |
| Octal | 276 | 76 | 104 | 0 | 103 | 100 | 31 | 545 | 63 | 61 |
| Binary | 10111110 | 111110 | 1000100 | 0 | 1000011 | 1000000 | 11001 | 101100101 | 110011 | 110001 |
Color Harmonies of #BE3E44
Complementary color
Monochromatic Colors of #BE3E44
Black with #BE3E44
Text Example
Text Example
White with #BE3E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3E44; }
p { color: rgb(190,62,68); }
H1.HeaderClassName
{
color: #BE3E44;
}
.AnyTagClassName
{
color: #BE3E44;
}
</style>
background-color css
<style>
a { background-color: #BE3E44; }
a { background-color: rgb(190,62,68); }
div.DivClassName
{
background-color: #BE3E44;
}
.BgClassName
{
background-color: #BE3E44;
}
</style>
border-color css
<style>
span { border-color: #BE3E44; }
span { border-color: rgb(190,62,68); }
td.TdClassName
{
border-color: #BE3E44;
}
.TagClassName
{
border-color: #BE3E44;
}
</style>