Shades of Persian Red #BE322D
Tints of Persian Red #BE322D
RGB
CMYK
RGB Variations
Color information
#BE322D (or 0xBE322D) is known color: Persian Red. HEX triplet: BE, 32 and 2D. RGB value is (190,50,45). Sum of RGB (Red+Green+Blue) = 190+50+45=285 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.67% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 190 - color contains mainly: red. Hex color #BE322D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE322D is #41CDD2. Grayscale: #5B5B5B. Windows color (decimal): -4312531 or 2962110. OLE color: 2962110.
HSL color Cylindrical-coordinate representation of color #BE322D: hue angle of 2.07º 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 #BE322D is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 50 | 45 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.25 |
| HSL | 2.07º | 0.62% | 0.46% | - |
| HSV(B) | 2.07º | 0.76% | 0.75% | - |
| XYZ | 22.85 | 13.42 | 3.87 | - |
| YUV | 91.29 | 101.88 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 50 | 45 | 0 | 0.74 | 0.76 | 0.25 | 2.07 | 0.62 | 0.46 |
| Hex | BE | 32 | 2D | 0 | 4A | 4C | 19 | 2 | 3E | 2E |
| Octal | 276 | 62 | 55 | 0 | 112 | 114 | 31 | 2 | 76 | 56 |
| Binary | 10111110 | 110010 | 101101 | 0 | 1001010 | 1001100 | 11001 | 10 | 111110 | 101110 |
Color Harmonies of #BE322D
Complementary color
Monochromatic Colors of #BE322D
Black with #BE322D
Text Example
Text Example
White with #BE322D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE322D; }
p { color: rgb(190,50,45); }
H1.HeaderClassName
{
color: #BE322D;
}
.AnyTagClassName
{
color: #BE322D;
}
</style>
background-color css
<style>
a { background-color: #BE322D; }
a { background-color: rgb(190,50,45); }
div.DivClassName
{
background-color: #BE322D;
}
.BgClassName
{
background-color: #BE322D;
}
</style>
border-color css
<style>
span { border-color: #BE322D; }
span { border-color: rgb(190,50,45); }
td.TdClassName
{
border-color: #BE322D;
}
.TagClassName
{
border-color: #BE322D;
}
</style>