Shades of Persian Red #BE342D
Tints of Persian Red #BE342D
RGB
CMYK
RGB Variations
Color information
#BE342D (or 0xBE342D) is known color: Persian Red. HEX triplet: BE, 34 and 2D. RGB value is (190,52,45). Sum of RGB (Red+Green+Blue) = 190+52+45=287 (38% of max value = 765). Red value is 190 (74.61% from 255 or 66.20% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 190 - color contains mainly: red. Hex color #BE342D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE342D is #41CBD2. Grayscale: #5C5C5C. Windows color (decimal): -4312019 or 2962622. OLE color: 2962622.
HSL color Cylindrical-coordinate representation of color #BE342D: hue angle of 2.9º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE342D is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 52 | 45 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.25 |
| HSL | 2.9º | 0.62% | 0.46% | - |
| HSV(B) | 2.9º | 0.76% | 0.75% | - |
| XYZ | 22.94 | 13.59 | 3.9 | - |
| YUV | 92.46 | 101.22 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 52 | 45 | 0 | 0.73 | 0.76 | 0.25 | 2.9 | 0.62 | 0.46 |
| Hex | BE | 34 | 2D | 0 | 49 | 4C | 19 | 3 | 3E | 2E |
| Octal | 276 | 64 | 55 | 0 | 111 | 114 | 31 | 3 | 76 | 56 |
| Binary | 10111110 | 110100 | 101101 | 0 | 1001001 | 1001100 | 11001 | 11 | 111110 | 101110 |
Color Harmonies of #BE342D
Complementary color
Monochromatic Colors of #BE342D
Black with #BE342D
Text Example
Text Example
White with #BE342D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE342D; }
p { color: rgb(190,52,45); }
H1.HeaderClassName
{
color: #BE342D;
}
.AnyTagClassName
{
color: #BE342D;
}
</style>
background-color css
<style>
a { background-color: #BE342D; }
a { background-color: rgb(190,52,45); }
div.DivClassName
{
background-color: #BE342D;
}
.BgClassName
{
background-color: #BE342D;
}
</style>
border-color css
<style>
span { border-color: #BE342D; }
span { border-color: rgb(190,52,45); }
td.TdClassName
{
border-color: #BE342D;
}
.TagClassName
{
border-color: #BE342D;
}
</style>