Shades of Persian Red #BE362B
Tints of Persian Red #BE362B
RGB
CMYK
RGB Variations
Color information
#BE362B (or 0xBE362B) is known color: Persian Red. HEX triplet: BE, 36 and 2B. RGB value is (190,54,43). Sum of RGB (Red+Green+Blue) = 190+54+43=287 (38% of max value = 765). Red value is 190 (74.61% from 255 or 66.20% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 190 - color contains mainly: red. Hex color #BE362B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE362B is #41C9D4. Grayscale: #5D5D5D. Windows color (decimal): -4311509 or 2832062. OLE color: 2832062.
HSL color Cylindrical-coordinate representation of color #BE362B: hue angle of 4.49º 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 #BE362B is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 54 | 43 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.25 |
| HSL | 4.49º | 0.63% | 0.46% | - |
| HSV(B) | 4.49º | 0.77% | 0.75% | - |
| XYZ | 22.99 | 13.76 | 3.73 | - |
| YUV | 93.41 | 99.56 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 54 | 43 | 0 | 0.72 | 0.77 | 0.25 | 4.49 | 0.63 | 0.46 |
| Hex | BE | 36 | 2B | 0 | 48 | 4D | 19 | 4 | 3F | 2E |
| Octal | 276 | 66 | 53 | 0 | 110 | 115 | 31 | 4 | 77 | 56 |
| Binary | 10111110 | 110110 | 101011 | 0 | 1001000 | 1001101 | 11001 | 100 | 111111 | 101110 |
Color Harmonies of #BE362B
Complementary color
Monochromatic Colors of #BE362B
Black with #BE362B
Text Example
Text Example
White with #BE362B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE362B; }
p { color: rgb(190,54,43); }
H1.HeaderClassName
{
color: #BE362B;
}
.AnyTagClassName
{
color: #BE362B;
}
</style>
background-color css
<style>
a { background-color: #BE362B; }
a { background-color: rgb(190,54,43); }
div.DivClassName
{
background-color: #BE362B;
}
.BgClassName
{
background-color: #BE362B;
}
</style>
border-color css
<style>
span { border-color: #BE362B; }
span { border-color: rgb(190,54,43); }
td.TdClassName
{
border-color: #BE362B;
}
.TagClassName
{
border-color: #BE362B;
}
</style>