Shades of Brick Red #BE2A44
Tints of Brick Red #BE2A44
RGB
CMYK
RGB Variations
Color information
#BE2A44 (or 0xBE2A44) is known color: Brick Red. HEX triplet: BE, 2A and 44. RGB value is (190,42,68). Sum of RGB (Red+Green+Blue) = 190+42+68=300 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.33% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 68 (26.95% from 255 or 22.67% from 300); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2A44 is #41D5BB. Grayscale: #595959. Windows color (decimal): -4314556 or 4467390. OLE color: 4467390.
HSL color Cylindrical-coordinate representation of color #BE2A44: hue angle of 349.46º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE2A44 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 42 | 68 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.25 |
| HSL | 349.46º | 0.64% | 0.45% | - |
| HSV(B) | 349.46º | 0.78% | 0.75% | - |
| XYZ | 23.11 | 13.02 | 6.76 | - |
| YUV | 89.22 | 116.03 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 42 | 68 | 0 | 0.78 | 0.64 | 0.25 | 349.46 | 0.64 | 0.45 |
| Hex | BE | 2A | 44 | 0 | 4E | 40 | 19 | 15D | 40 | 2D |
| Octal | 276 | 52 | 104 | 0 | 116 | 100 | 31 | 535 | 100 | 55 |
| Binary | 10111110 | 101010 | 1000100 | 0 | 1001110 | 1000000 | 11001 | 101011101 | 1000000 | 101101 |
Color Harmonies of #BE2A44
Complementary color
Monochromatic Colors of #BE2A44
Black with #BE2A44
Text Example
Text Example
White with #BE2A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2A44; }
p { color: rgb(190,42,68); }
H1.HeaderClassName
{
color: #BE2A44;
}
.AnyTagClassName
{
color: #BE2A44;
}
</style>
background-color css
<style>
a { background-color: #BE2A44; }
a { background-color: rgb(190,42,68); }
div.DivClassName
{
background-color: #BE2A44;
}
.BgClassName
{
background-color: #BE2A44;
}
</style>
border-color css
<style>
span { border-color: #BE2A44; }
span { border-color: rgb(190,42,68); }
td.TdClassName
{
border-color: #BE2A44;
}
.TagClassName
{
border-color: #BE2A44;
}
</style>