Shades of Persian Red #BE302B
Tints of Persian Red #BE302B
RGB
CMYK
RGB Variations
Color information
#BE302B (or 0xBE302B) is known color: Persian Red. HEX triplet: BE, 30 and 2B. RGB value is (190,48,43). Sum of RGB (Red+Green+Blue) = 190+48+43=281 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.62% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 190 - color contains mainly: red. Hex color #BE302B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE302B is #41CFD4. Grayscale: #5A5A5A. Windows color (decimal): -4313045 or 2830526. OLE color: 2830526.
HSL color Cylindrical-coordinate representation of color #BE302B: hue angle of 2.04º 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 #BE302B is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 48 | 43 | - |
| CMYK | 0 | 0.75 | 0.77 | 0.25 |
| HSL | 2.04º | 0.63% | 0.46% | - |
| HSV(B) | 2.04º | 0.77% | 0.75% | - |
| XYZ | 22.73 | 13.24 | 3.64 | - |
| YUV | 89.89 | 101.54 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 48 | 43 | 0 | 0.75 | 0.77 | 0.25 | 2.04 | 0.63 | 0.46 |
| Hex | BE | 30 | 2B | 0 | 4B | 4D | 19 | 2 | 3F | 2E |
| Octal | 276 | 60 | 53 | 0 | 113 | 115 | 31 | 2 | 77 | 56 |
| Binary | 10111110 | 110000 | 101011 | 0 | 1001011 | 1001101 | 11001 | 10 | 111111 | 101110 |
Color Harmonies of #BE302B
Complementary color
Monochromatic Colors of #BE302B
Black with #BE302B
Text Example
Text Example
White with #BE302B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE302B; }
p { color: rgb(190,48,43); }
H1.HeaderClassName
{
color: #BE302B;
}
.AnyTagClassName
{
color: #BE302B;
}
</style>
background-color css
<style>
a { background-color: #BE302B; }
a { background-color: rgb(190,48,43); }
div.DivClassName
{
background-color: #BE302B;
}
.BgClassName
{
background-color: #BE302B;
}
</style>
border-color css
<style>
span { border-color: #BE302B; }
span { border-color: rgb(190,48,43); }
td.TdClassName
{
border-color: #BE302B;
}
.TagClassName
{
border-color: #BE302B;
}
</style>