Shades of Brick Red #BE283F
Tints of Brick Red #BE283F
RGB
CMYK
RGB Variations
Color information
#BE283F (or 0xBE283F) is known color: Brick Red. HEX triplet: BE, 28 and 3F. RGB value is (190,40,63). Sum of RGB (Red+Green+Blue) = 190+40+63=293 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.85% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 63 (25% from 255 or 21.50% from 293); Max value from RGB is 190 - color contains mainly: red. Hex color #BE283F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE283F is #41D7C0. Grayscale: #575757. Windows color (decimal): -4315073 or 4139198. OLE color: 4139198.
HSL color Cylindrical-coordinate representation of color #BE283F: hue angle of 350.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE283F is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 40 | 63 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.25 |
| HSL | 350.8º | 0.65% | 0.45% | - |
| HSV(B) | 350.8º | 0.79% | 0.75% | - |
| XYZ | 22.89 | 12.82 | 5.97 | - |
| YUV | 87.47 | 114.2 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 40 | 63 | 0 | 0.79 | 0.67 | 0.25 | 350.8 | 0.65 | 0.45 |
| Hex | BE | 28 | 3F | 0 | 4F | 43 | 19 | 15F | 41 | 2D |
| Octal | 276 | 50 | 77 | 0 | 117 | 103 | 31 | 537 | 101 | 55 |
| Binary | 10111110 | 101000 | 111111 | 0 | 1001111 | 1000011 | 11001 | 101011111 | 1000001 | 101101 |
Color Harmonies of #BE283F
Complementary color
Monochromatic Colors of #BE283F
Black with #BE283F
Text Example
Text Example
White with #BE283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE283F; }
p { color: rgb(190,40,63); }
H1.HeaderClassName
{
color: #BE283F;
}
.AnyTagClassName
{
color: #BE283F;
}
</style>
background-color css
<style>
a { background-color: #BE283F; }
a { background-color: rgb(190,40,63); }
div.DivClassName
{
background-color: #BE283F;
}
.BgClassName
{
background-color: #BE283F;
}
</style>
border-color css
<style>
span { border-color: #BE283F; }
span { border-color: rgb(190,40,63); }
td.TdClassName
{
border-color: #BE283F;
}
.TagClassName
{
border-color: #BE283F;
}
</style>