Shades of Persian Red #BE3A34
Tints of Persian Red #BE3A34
RGB
CMYK
RGB Variations
Color information
#BE3A34 (or 0xBE3A34) is known color: Persian Red. HEX triplet: BE, 3A and 34. RGB value is (190,58,52). Sum of RGB (Red+Green+Blue) = 190+58+52=300 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.33% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3A34 is #41C5CB. Grayscale: #606060. Windows color (decimal): -4310476 or 3422910. OLE color: 3422910.
HSL color Cylindrical-coordinate representation of color #BE3A34: hue angle of 2.61º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE3A34 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 58 | 52 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.25 |
| HSL | 2.61º | 0.57% | 0.47% | - |
| HSV(B) | 2.61º | 0.73% | 0.75% | - |
| XYZ | 23.37 | 14.22 | 4.76 | - |
| YUV | 96.78 | 102.73 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 58 | 52 | 0 | 0.69 | 0.73 | 0.25 | 2.61 | 0.57 | 0.47 |
| Hex | BE | 3A | 34 | 0 | 45 | 49 | 19 | 3 | 39 | 2F |
| Octal | 276 | 72 | 64 | 0 | 105 | 111 | 31 | 3 | 71 | 57 |
| Binary | 10111110 | 111010 | 110100 | 0 | 1000101 | 1001001 | 11001 | 11 | 111001 | 101111 |
Color Harmonies of #BE3A34
Complementary color
Monochromatic Colors of #BE3A34
Black with #BE3A34
Text Example
Text Example
White with #BE3A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3A34; }
p { color: rgb(190,58,52); }
H1.HeaderClassName
{
color: #BE3A34;
}
.AnyTagClassName
{
color: #BE3A34;
}
</style>
background-color css
<style>
a { background-color: #BE3A34; }
a { background-color: rgb(190,58,52); }
div.DivClassName
{
background-color: #BE3A34;
}
.BgClassName
{
background-color: #BE3A34;
}
</style>
border-color css
<style>
span { border-color: #BE3A34; }
span { border-color: rgb(190,58,52); }
td.TdClassName
{
border-color: #BE3A34;
}
.TagClassName
{
border-color: #BE3A34;
}
</style>