Shades of Persian Red #BE2D2B
Tints of Persian Red #BE2D2B
RGB
CMYK
RGB Variations
Color information
#BE2D2B (or 0xBE2D2B) is known color: Persian Red. HEX triplet: BE, 2D and 2B. RGB value is (190,45,43). Sum of RGB (Red+Green+Blue) = 190+45+43=278 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.35% from 278); Green value is 45 (17.97% from 255 or 16.19% from 278); Blue value is 43 (17.19% from 255 or 15.47% from 278); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2D2B is #41D2D4. Grayscale: #585858. Windows color (decimal): -4313813 or 2829758. OLE color: 2829758.
HSL color Cylindrical-coordinate representation of color #BE2D2B: hue angle of 0.82º 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 #BE2D2B is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 45 | 43 | - |
| CMYK | 0 | 0.76 | 0.77 | 0.25 |
| HSL | 0.82º | 0.63% | 0.46% | - |
| HSV(B) | 0.82º | 0.77% | 0.75% | - |
| XYZ | 22.61 | 13 | 3.6 | - |
| YUV | 88.13 | 102.54 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 45 | 43 | 0 | 0.76 | 0.77 | 0.25 | 0.82 | 0.63 | 0.46 |
| Hex | BE | 2D | 2B | 0 | 4C | 4D | 19 | 1 | 3F | 2E |
| Octal | 276 | 55 | 53 | 0 | 114 | 115 | 31 | 1 | 77 | 56 |
| Binary | 10111110 | 101101 | 101011 | 0 | 1001100 | 1001101 | 11001 | 1 | 111111 | 101110 |
Color Harmonies of #BE2D2B
Complementary color
Monochromatic Colors of #BE2D2B
Black with #BE2D2B
Text Example
Text Example
White with #BE2D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2D2B; }
p { color: rgb(190,45,43); }
H1.HeaderClassName
{
color: #BE2D2B;
}
.AnyTagClassName
{
color: #BE2D2B;
}
</style>
background-color css
<style>
a { background-color: #BE2D2B; }
a { background-color: rgb(190,45,43); }
div.DivClassName
{
background-color: #BE2D2B;
}
.BgClassName
{
background-color: #BE2D2B;
}
</style>
border-color css
<style>
span { border-color: #BE2D2B; }
span { border-color: rgb(190,45,43); }
td.TdClassName
{
border-color: #BE2D2B;
}
.TagClassName
{
border-color: #BE2D2B;
}
</style>