Shades of Persian Red #BE332C
Tints of Persian Red #BE332C
RGB
CMYK
RGB Variations
Color information
#BE332C (or 0xBE332C) is known color: Persian Red. HEX triplet: BE, 33 and 2C. RGB value is (190,51,44). Sum of RGB (Red+Green+Blue) = 190+51+44=285 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.67% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 190 - color contains mainly: red. Hex color #BE332C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE332C is #41CCD3. Grayscale: #5B5B5B. Windows color (decimal): -4312276 or 2896830. OLE color: 2896830.
HSL color Cylindrical-coordinate representation of color #BE332C: hue angle of 2.88º degrees, saturation: 0.62, 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 #BE332C is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 51 | 44 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.25 |
| HSL | 2.88º | 0.62% | 0.46% | - |
| HSV(B) | 2.88º | 0.77% | 0.75% | - |
| XYZ | 22.87 | 13.5 | 3.78 | - |
| YUV | 91.76 | 101.05 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 51 | 44 | 0 | 0.73 | 0.77 | 0.25 | 2.88 | 0.62 | 0.46 |
| Hex | BE | 33 | 2C | 0 | 49 | 4D | 19 | 3 | 3E | 2E |
| Octal | 276 | 63 | 54 | 0 | 111 | 115 | 31 | 3 | 76 | 56 |
| Binary | 10111110 | 110011 | 101100 | 0 | 1001001 | 1001101 | 11001 | 11 | 111110 | 101110 |
Color Harmonies of #BE332C
Complementary color
Monochromatic Colors of #BE332C
Black with #BE332C
Text Example
Text Example
White with #BE332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE332C; }
p { color: rgb(190,51,44); }
H1.HeaderClassName
{
color: #BE332C;
}
.AnyTagClassName
{
color: #BE332C;
}
</style>
background-color css
<style>
a { background-color: #BE332C; }
a { background-color: rgb(190,51,44); }
div.DivClassName
{
background-color: #BE332C;
}
.BgClassName
{
background-color: #BE332C;
}
</style>
border-color css
<style>
span { border-color: #BE332C; }
span { border-color: rgb(190,51,44); }
td.TdClassName
{
border-color: #BE332C;
}
.TagClassName
{
border-color: #BE332C;
}
</style>