Shades of Persian Red #BE3A31
Tints of Persian Red #BE3A31
RGB
CMYK
RGB Variations
Color information
#BE3A31 (or 0xBE3A31) is known color: Persian Red. HEX triplet: BE, 3A and 31. RGB value is (190,58,49). Sum of RGB (Red+Green+Blue) = 190+58+49=297 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.97% from 297); Green value is 58 (23.05% from 255 or 19.53% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3A31 is #41C5CE. Grayscale: #606060. Windows color (decimal): -4310479 or 3226302. OLE color: 3226302.
HSL color Cylindrical-coordinate representation of color #BE3A31: hue angle of 3.83º degrees, saturation: 0.59, 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 #BE3A31 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 58 | 49 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.25 |
| HSL | 3.83º | 0.59% | 0.47% | - |
| HSV(B) | 3.83º | 0.74% | 0.75% | - |
| XYZ | 23.3 | 14.2 | 4.42 | - |
| YUV | 96.44 | 101.23 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 58 | 49 | 0 | 0.69 | 0.74 | 0.25 | 3.83 | 0.59 | 0.47 |
| Hex | BE | 3A | 31 | 0 | 45 | 4A | 19 | 4 | 3B | 2F |
| Octal | 276 | 72 | 61 | 0 | 105 | 112 | 31 | 4 | 73 | 57 |
| Binary | 10111110 | 111010 | 110001 | 0 | 1000101 | 1001010 | 11001 | 100 | 111011 | 101111 |
Color Harmonies of #BE3A31
Complementary color
Monochromatic Colors of #BE3A31
Black with #BE3A31
Text Example
Text Example
White with #BE3A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3A31; }
p { color: rgb(190,58,49); }
H1.HeaderClassName
{
color: #BE3A31;
}
.AnyTagClassName
{
color: #BE3A31;
}
</style>
background-color css
<style>
a { background-color: #BE3A31; }
a { background-color: rgb(190,58,49); }
div.DivClassName
{
background-color: #BE3A31;
}
.BgClassName
{
background-color: #BE3A31;
}
</style>
border-color css
<style>
span { border-color: #BE3A31; }
span { border-color: rgb(190,58,49); }
td.TdClassName
{
border-color: #BE3A31;
}
.TagClassName
{
border-color: #BE3A31;
}
</style>