Shades of Persian Red #BE392B
Tints of Persian Red #BE392B
RGB
CMYK
RGB Variations
Color information
#BE392B (or 0xBE392B) is known color: Persian Red. HEX triplet: BE, 39 and 2B. RGB value is (190,57,43). Sum of RGB (Red+Green+Blue) = 190+57+43=290 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.52% from 290); Green value is 57 (22.66% from 255 or 19.66% from 290); Blue value is 43 (17.19% from 255 or 14.83% from 290); Max value from RGB is 190 - color contains mainly: red. Hex color #BE392B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE392B is #41C6D4. Grayscale: #5F5F5F. Windows color (decimal): -4310741 or 2832830. OLE color: 2832830.
HSL color Cylindrical-coordinate representation of color #BE392B: hue angle of 5.71º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE392B is Cyan = 0, Magento = 0.7, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 57 | 43 | - |
| CMYK | 0 | 0.7 | 0.77 | 0.25 |
| HSL | 5.71º | 0.63% | 0.46% | - |
| HSV(B) | 5.71º | 0.77% | 0.75% | - |
| XYZ | 23.13 | 14.05 | 3.78 | - |
| YUV | 95.17 | 98.56 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 57 | 43 | 0 | 0.7 | 0.77 | 0.25 | 5.71 | 0.63 | 0.46 |
| Hex | BE | 39 | 2B | 0 | 46 | 4D | 19 | 6 | 3F | 2E |
| Octal | 276 | 71 | 53 | 0 | 106 | 115 | 31 | 6 | 77 | 56 |
| Binary | 10111110 | 111001 | 101011 | 0 | 1000110 | 1001101 | 11001 | 110 | 111111 | 101110 |
Color Harmonies of #BE392B
Complementary color
Monochromatic Colors of #BE392B
Black with #BE392B
Text Example
Text Example
White with #BE392B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE392B; }
p { color: rgb(190,57,43); }
H1.HeaderClassName
{
color: #BE392B;
}
.AnyTagClassName
{
color: #BE392B;
}
</style>
background-color css
<style>
a { background-color: #BE392B; }
a { background-color: rgb(190,57,43); }
div.DivClassName
{
background-color: #BE392B;
}
.BgClassName
{
background-color: #BE392B;
}
</style>
border-color css
<style>
span { border-color: #BE392B; }
span { border-color: rgb(190,57,43); }
td.TdClassName
{
border-color: #BE392B;
}
.TagClassName
{
border-color: #BE392B;
}
</style>