Shades of Persian Red #BC302E
Tints of Persian Red #BC302E
RGB
CMYK
RGB Variations
Color information
#BC302E (or 0xBC302E) is known color: Persian Red. HEX triplet: BC, 30 and 2E. RGB value is (188,48,46). Sum of RGB (Red+Green+Blue) = 188+48+46=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC302E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC302E is #43CFD1. Grayscale: #595959. Windows color (decimal): -4444114 or 3027132. OLE color: 3027132.
HSL color Cylindrical-coordinate representation of color #BC302E: hue angle of 0.85º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC302E is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 46 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.26 |
| HSL | 0.85º | 0.61% | 0.46% | - |
| HSV(B) | 0.85º | 0.76% | 0.74% | - |
| XYZ | 22.29 | 13 | 3.92 | - |
| YUV | 89.63 | 103.38 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 46 | 0 | 0.74 | 0.76 | 0.26 | 0.85 | 0.61 | 0.46 |
| Hex | BC | 30 | 2E | 0 | 4A | 4C | 1A | 1 | 3D | 2E |
| Octal | 274 | 60 | 56 | 0 | 112 | 114 | 32 | 1 | 75 | 56 |
| Binary | 10111100 | 110000 | 101110 | 0 | 1001010 | 1001100 | 11010 | 1 | 111101 | 101110 |
Color Harmonies of #BC302E
Complementary color
Monochromatic Colors of #BC302E
Black with #BC302E
Text Example
Text Example
White with #BC302E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC302E; }
p { color: rgb(188,48,46); }
H1.HeaderClassName
{
color: #BC302E;
}
.AnyTagClassName
{
color: #BC302E;
}
</style>
background-color css
<style>
a { background-color: #BC302E; }
a { background-color: rgb(188,48,46); }
div.DivClassName
{
background-color: #BC302E;
}
.BgClassName
{
background-color: #BC302E;
}
</style>
border-color css
<style>
span { border-color: #BC302E; }
span { border-color: rgb(188,48,46); }
td.TdClassName
{
border-color: #BC302E;
}
.TagClassName
{
border-color: #BC302E;
}
</style>