Shades of Persian Red #BE3232
Tints of Persian Red #BE3232
RGB
CMYK
RGB Variations
Color information
#BE3232 (or 0xBE3232) is known color: Persian Red. HEX triplet: BE, 32 and 32. RGB value is (190,50,50). Sum of RGB (Red+Green+Blue) = 190+50+50=290 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.52% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3232 is #41CDCD. Grayscale: #5C5C5C. Windows color (decimal): -4312526 or 3289790. OLE color: 3289790.
HSL color Cylindrical-coordinate representation of color #BE3232: hue angle of 0º 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 #BE3232 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 50 | 50 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.25 |
| HSL | 0º | 0.58% | 0.47% | - |
| HSV(B) | 0º | 0.74% | 0.75% | - |
| XYZ | 22.95 | 13.46 | 4.41 | - |
| YUV | 91.86 | 104.38 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 50 | 50 | 0 | 0.74 | 0.74 | 0.25 | 0 | 0.58 | 0.47 |
| Hex | BE | 32 | 32 | 0 | 4A | 4A | 19 | 0 | 3A | 2F |
| Octal | 276 | 62 | 62 | 0 | 112 | 112 | 31 | 0 | 72 | 57 |
| Binary | 10111110 | 110010 | 110010 | 0 | 1001010 | 1001010 | 11001 | 0 | 111010 | 101111 |
Color Harmonies of #BE3232
Complementary color
Monochromatic Colors of #BE3232
Black with #BE3232
Text Example
Text Example
White with #BE3232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3232; }
p { color: rgb(190,50,50); }
H1.HeaderClassName
{
color: #BE3232;
}
.AnyTagClassName
{
color: #BE3232;
}
</style>
background-color css
<style>
a { background-color: #BE3232; }
a { background-color: rgb(190,50,50); }
div.DivClassName
{
background-color: #BE3232;
}
.BgClassName
{
background-color: #BE3232;
}
</style>
border-color css
<style>
span { border-color: #BE3232; }
span { border-color: rgb(190,50,50); }
td.TdClassName
{
border-color: #BE3232;
}
.TagClassName
{
border-color: #BE3232;
}
</style>