Shades of Persian Red #BE332A
Tints of Persian Red #BE332A
RGB
CMYK
RGB Variations
Color information
#BE332A (or 0xBE332A) is known color: Persian Red. HEX triplet: BE, 33 and 2A. RGB value is (190,51,42). Sum of RGB (Red+Green+Blue) = 190+51+42=283 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.14% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 190 - color contains mainly: red. Hex color #BE332A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE332A is #41CCD5. Grayscale: #5B5B5B. Windows color (decimal): -4312278 or 2765758. OLE color: 2765758.
HSL color Cylindrical-coordinate representation of color #BE332A: hue angle of 3.65º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE332A is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 51 | 42 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.25 |
| HSL | 3.65º | 0.64% | 0.45% | - |
| HSV(B) | 3.65º | 0.78% | 0.75% | - |
| XYZ | 22.84 | 13.48 | 3.59 | - |
| YUV | 91.54 | 100.05 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 51 | 42 | 0 | 0.73 | 0.78 | 0.25 | 3.65 | 0.64 | 0.45 |
| Hex | BE | 33 | 2A | 0 | 49 | 4E | 19 | 4 | 40 | 2D |
| Octal | 276 | 63 | 52 | 0 | 111 | 116 | 31 | 4 | 100 | 55 |
| Binary | 10111110 | 110011 | 101010 | 0 | 1001001 | 1001110 | 11001 | 100 | 1000000 | 101101 |
Color Harmonies of #BE332A
Complementary color
Monochromatic Colors of #BE332A
Black with #BE332A
Text Example
Text Example
White with #BE332A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE332A; }
p { color: rgb(190,51,42); }
H1.HeaderClassName
{
color: #BE332A;
}
.AnyTagClassName
{
color: #BE332A;
}
</style>
background-color css
<style>
a { background-color: #BE332A; }
a { background-color: rgb(190,51,42); }
div.DivClassName
{
background-color: #BE332A;
}
.BgClassName
{
background-color: #BE332A;
}
</style>
border-color css
<style>
span { border-color: #BE332A; }
span { border-color: rgb(190,51,42); }
td.TdClassName
{
border-color: #BE332A;
}
.TagClassName
{
border-color: #BE332A;
}
</style>