Shades of Persian Red #BE312A
Tints of Persian Red #BE312A
RGB
CMYK
RGB Variations
Color information
#BE312A (or 0xBE312A) is known color: Persian Red. HEX triplet: BE, 31 and 2A. RGB value is (190,49,42). Sum of RGB (Red+Green+Blue) = 190+49+42=281 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.62% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 190 - color contains mainly: red. Hex color #BE312A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE312A is #41CED5. Grayscale: #5A5A5A. Windows color (decimal): -4312790 or 2765246. OLE color: 2765246.
HSL color Cylindrical-coordinate representation of color #BE312A: hue angle of 2.84º 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 #BE312A is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 49 | 42 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.25 |
| HSL | 2.84º | 0.64% | 0.45% | - |
| HSV(B) | 2.84º | 0.78% | 0.75% | - |
| XYZ | 22.75 | 13.31 | 3.56 | - |
| YUV | 90.36 | 100.71 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 49 | 42 | 0 | 0.74 | 0.78 | 0.25 | 2.84 | 0.64 | 0.45 |
| Hex | BE | 31 | 2A | 0 | 4A | 4E | 19 | 3 | 40 | 2D |
| Octal | 276 | 61 | 52 | 0 | 112 | 116 | 31 | 3 | 100 | 55 |
| Binary | 10111110 | 110001 | 101010 | 0 | 1001010 | 1001110 | 11001 | 11 | 1000000 | 101101 |
Color Harmonies of #BE312A
Complementary color
Monochromatic Colors of #BE312A
Black with #BE312A
Text Example
Text Example
White with #BE312A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE312A; }
p { color: rgb(190,49,42); }
H1.HeaderClassName
{
color: #BE312A;
}
.AnyTagClassName
{
color: #BE312A;
}
</style>
background-color css
<style>
a { background-color: #BE312A; }
a { background-color: rgb(190,49,42); }
div.DivClassName
{
background-color: #BE312A;
}
.BgClassName
{
background-color: #BE312A;
}
</style>
border-color css
<style>
span { border-color: #BE312A; }
span { border-color: rgb(190,49,42); }
td.TdClassName
{
border-color: #BE312A;
}
.TagClassName
{
border-color: #BE312A;
}
</style>