Shades of Brick Red #BE2F44
Tints of Brick Red #BE2F44
RGB
CMYK
RGB Variations
Color information
#BE2F44 (or 0xBE2F44) is known color: Brick Red. HEX triplet: BE, 2F and 44. RGB value is (190,47,68). Sum of RGB (Red+Green+Blue) = 190+47+68=305 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.30% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2F44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2F44 is #41D0BB. Grayscale: #5C5C5C. Windows color (decimal): -4313276 or 4468670. OLE color: 4468670.
HSL color Cylindrical-coordinate representation of color #BE2F44: hue angle of 351.19º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE2F44 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 47 | 68 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.25 |
| HSL | 351.19º | 0.6% | 0.46% | - |
| HSV(B) | 351.19º | 0.75% | 0.75% | - |
| XYZ | 23.3 | 13.4 | 6.83 | - |
| YUV | 92.15 | 114.38 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 47 | 68 | 0 | 0.75 | 0.64 | 0.25 | 351.19 | 0.6 | 0.46 |
| Hex | BE | 2F | 44 | 0 | 4B | 40 | 19 | 15F | 3C | 2E |
| Octal | 276 | 57 | 104 | 0 | 113 | 100 | 31 | 537 | 74 | 56 |
| Binary | 10111110 | 101111 | 1000100 | 0 | 1001011 | 1000000 | 11001 | 101011111 | 111100 | 101110 |
Color Harmonies of #BE2F44
Complementary color
Monochromatic Colors of #BE2F44
Black with #BE2F44
Text Example
Text Example
White with #BE2F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2F44; }
p { color: rgb(190,47,68); }
H1.HeaderClassName
{
color: #BE2F44;
}
.AnyTagClassName
{
color: #BE2F44;
}
</style>
background-color css
<style>
a { background-color: #BE2F44; }
a { background-color: rgb(190,47,68); }
div.DivClassName
{
background-color: #BE2F44;
}
.BgClassName
{
background-color: #BE2F44;
}
</style>
border-color css
<style>
span { border-color: #BE2F44; }
span { border-color: rgb(190,47,68); }
td.TdClassName
{
border-color: #BE2F44;
}
.TagClassName
{
border-color: #BE2F44;
}
</style>