Shades of Persian Red #BE372A
Tints of Persian Red #BE372A
RGB
CMYK
RGB Variations
Color information
#BE372A (or 0xBE372A) is known color: Persian Red. HEX triplet: BE, 37 and 2A. RGB value is (190,55,42). Sum of RGB (Red+Green+Blue) = 190+55+42=287 (38% of max value = 765). Red value is 190 (74.61% from 255 or 66.20% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 42 (16.80% from 255 or 14.63% from 287); Max value from RGB is 190 - color contains mainly: red. Hex color #BE372A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE372A is #41C8D5. Grayscale: #5E5E5E. Windows color (decimal): -4311254 or 2766782. OLE color: 2766782.
HSL color Cylindrical-coordinate representation of color #BE372A: hue angle of 5.27º 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 #BE372A is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 55 | 42 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.25 |
| HSL | 5.27º | 0.64% | 0.45% | - |
| HSV(B) | 5.27º | 0.78% | 0.75% | - |
| XYZ | 23.02 | 13.85 | 3.65 | - |
| YUV | 93.88 | 98.73 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 55 | 42 | 0 | 0.71 | 0.78 | 0.25 | 5.27 | 0.64 | 0.45 |
| Hex | BE | 37 | 2A | 0 | 47 | 4E | 19 | 5 | 40 | 2D |
| Octal | 276 | 67 | 52 | 0 | 107 | 116 | 31 | 5 | 100 | 55 |
| Binary | 10111110 | 110111 | 101010 | 0 | 1000111 | 1001110 | 11001 | 101 | 1000000 | 101101 |
Color Harmonies of #BE372A
Complementary color
Monochromatic Colors of #BE372A
Black with #BE372A
Text Example
Text Example
White with #BE372A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE372A; }
p { color: rgb(190,55,42); }
H1.HeaderClassName
{
color: #BE372A;
}
.AnyTagClassName
{
color: #BE372A;
}
</style>
background-color css
<style>
a { background-color: #BE372A; }
a { background-color: rgb(190,55,42); }
div.DivClassName
{
background-color: #BE372A;
}
.BgClassName
{
background-color: #BE372A;
}
</style>
border-color css
<style>
span { border-color: #BE372A; }
span { border-color: rgb(190,55,42); }
td.TdClassName
{
border-color: #BE372A;
}
.TagClassName
{
border-color: #BE372A;
}
</style>