Shades of Brick Red #BE323D
Tints of Brick Red #BE323D
RGB
CMYK
RGB Variations
Color information
#BE323D (or 0xBE323D) is known color: Brick Red. HEX triplet: BE, 32 and 3D. RGB value is (190,50,61). Sum of RGB (Red+Green+Blue) = 190+50+61=301 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.12% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 190 - color contains mainly: red. Hex color #BE323D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE323D is #41CDC2. Grayscale: #5D5D5D. Windows color (decimal): -4312515 or 4010686. OLE color: 4010686.
HSL color Cylindrical-coordinate representation of color #BE323D: hue angle of 355.29º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE323D is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 50 | 61 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.25 |
| HSL | 355.29º | 0.58% | 0.47% | - |
| HSV(B) | 355.29º | 0.74% | 0.75% | - |
| XYZ | 23.22 | 13.57 | 5.81 | - |
| YUV | 93.11 | 109.88 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 50 | 61 | 0 | 0.74 | 0.68 | 0.25 | 355.29 | 0.58 | 0.47 |
| Hex | BE | 32 | 3D | 0 | 4A | 44 | 19 | 163 | 3A | 2F |
| Octal | 276 | 62 | 75 | 0 | 112 | 104 | 31 | 543 | 72 | 57 |
| Binary | 10111110 | 110010 | 111101 | 0 | 1001010 | 1000100 | 11001 | 101100011 | 111010 | 101111 |
Color Harmonies of #BE323D
Complementary color
Monochromatic Colors of #BE323D
Black with #BE323D
Text Example
Text Example
White with #BE323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE323D; }
p { color: rgb(190,50,61); }
H1.HeaderClassName
{
color: #BE323D;
}
.AnyTagClassName
{
color: #BE323D;
}
</style>
background-color css
<style>
a { background-color: #BE323D; }
a { background-color: rgb(190,50,61); }
div.DivClassName
{
background-color: #BE323D;
}
.BgClassName
{
background-color: #BE323D;
}
</style>
border-color css
<style>
span { border-color: #BE323D; }
span { border-color: rgb(190,50,61); }
td.TdClassName
{
border-color: #BE323D;
}
.TagClassName
{
border-color: #BE323D;
}
</style>