Shades of Brick Red #BE2F3A
Tints of Brick Red #BE2F3A
RGB
CMYK
RGB Variations
Color information
#BE2F3A (or 0xBE2F3A) is known color: Brick Red. HEX triplet: BE, 2F and 3A. RGB value is (190,47,58). Sum of RGB (Red+Green+Blue) = 190+47+58=295 (39% of max value = 765). Red value is 190 (74.61% from 255 or 64.41% from 295); Green value is 47 (18.75% from 255 or 15.93% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2F3A is #41D0C5. Grayscale: #5B5B5B. Windows color (decimal): -4313286 or 3813310. OLE color: 3813310.
HSL color Cylindrical-coordinate representation of color #BE2F3A: hue angle of 355.38º 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 #BE2F3A is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 47 | 58 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.25 |
| HSL | 355.38º | 0.6% | 0.46% | - |
| HSV(B) | 355.38º | 0.75% | 0.75% | - |
| XYZ | 23.02 | 13.29 | 5.35 | - |
| YUV | 91.01 | 109.38 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 47 | 58 | 0 | 0.75 | 0.69 | 0.25 | 355.38 | 0.6 | 0.46 |
| Hex | BE | 2F | 3A | 0 | 4B | 45 | 19 | 163 | 3C | 2E |
| Octal | 276 | 57 | 72 | 0 | 113 | 105 | 31 | 543 | 74 | 56 |
| Binary | 10111110 | 101111 | 111010 | 0 | 1001011 | 1000101 | 11001 | 101100011 | 111100 | 101110 |
Color Harmonies of #BE2F3A
Complementary color
Monochromatic Colors of #BE2F3A
Black with #BE2F3A
Text Example
Text Example
White with #BE2F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2F3A; }
p { color: rgb(190,47,58); }
H1.HeaderClassName
{
color: #BE2F3A;
}
.AnyTagClassName
{
color: #BE2F3A;
}
</style>
background-color css
<style>
a { background-color: #BE2F3A; }
a { background-color: rgb(190,47,58); }
div.DivClassName
{
background-color: #BE2F3A;
}
.BgClassName
{
background-color: #BE2F3A;
}
</style>
border-color css
<style>
span { border-color: #BE2F3A; }
span { border-color: rgb(190,47,58); }
td.TdClassName
{
border-color: #BE2F3A;
}
.TagClassName
{
border-color: #BE2F3A;
}
</style>