Shades of Brick Red #BE2F3C
Tints of Brick Red #BE2F3C
RGB
CMYK
RGB Variations
Color information
#BE2F3C (or 0xBE2F3C) is known color: Brick Red. HEX triplet: BE, 2F and 3C. RGB value is (190,47,60). Sum of RGB (Red+Green+Blue) = 190+47+60=297 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.97% from 297); Green value is 47 (18.75% from 255 or 15.82% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2F3C is #41D0C3. Grayscale: #5B5B5B. Windows color (decimal): -4313284 or 3944382. OLE color: 3944382.
HSL color Cylindrical-coordinate representation of color #BE2F3C: hue angle of 354.55º 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 #BE2F3C is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 47 | 60 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.25 |
| HSL | 354.55º | 0.6% | 0.46% | - |
| HSV(B) | 354.55º | 0.75% | 0.75% | - |
| XYZ | 23.07 | 13.31 | 5.63 | - |
| YUV | 91.24 | 110.38 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 47 | 60 | 0 | 0.75 | 0.68 | 0.25 | 354.55 | 0.6 | 0.46 |
| Hex | BE | 2F | 3C | 0 | 4B | 44 | 19 | 163 | 3C | 2E |
| Octal | 276 | 57 | 74 | 0 | 113 | 104 | 31 | 543 | 74 | 56 |
| Binary | 10111110 | 101111 | 111100 | 0 | 1001011 | 1000100 | 11001 | 101100011 | 111100 | 101110 |
Color Harmonies of #BE2F3C
Complementary color
Monochromatic Colors of #BE2F3C
Black with #BE2F3C
Text Example
Text Example
White with #BE2F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2F3C; }
p { color: rgb(190,47,60); }
H1.HeaderClassName
{
color: #BE2F3C;
}
.AnyTagClassName
{
color: #BE2F3C;
}
</style>
background-color css
<style>
a { background-color: #BE2F3C; }
a { background-color: rgb(190,47,60); }
div.DivClassName
{
background-color: #BE2F3C;
}
.BgClassName
{
background-color: #BE2F3C;
}
</style>
border-color css
<style>
span { border-color: #BE2F3C; }
span { border-color: rgb(190,47,60); }
td.TdClassName
{
border-color: #BE2F3C;
}
.TagClassName
{
border-color: #BE2F3C;
}
</style>