Shades of Persian Red #BC342E
Tints of Persian Red #BC342E
RGB
CMYK
RGB Variations
Color information
#BC342E (or 0xBC342E) is known color: Persian Red. HEX triplet: BC, 34 and 2E. RGB value is (188,52,46). Sum of RGB (Red+Green+Blue) = 188+52+46=286 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.73% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 46 (18.36% from 255 or 16.08% from 286); Max value from RGB is 188 - color contains mainly: red. Hex color #BC342E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC342E is #43CBD1. Grayscale: #5C5C5C. Windows color (decimal): -4443090 or 3028156. OLE color: 3028156.
HSL color Cylindrical-coordinate representation of color #BC342E: hue angle of 2.54º 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 #BC342E is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 52 | 46 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.26 |
| HSL | 2.54º | 0.61% | 0.46% | - |
| HSV(B) | 2.54º | 0.76% | 0.74% | - |
| XYZ | 22.46 | 13.34 | 3.98 | - |
| YUV | 91.98 | 102.06 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 46 | 0 | 0.72 | 0.76 | 0.26 | 2.54 | 0.61 | 0.46 |
| Hex | BC | 34 | 2E | 0 | 48 | 4C | 1A | 3 | 3D | 2E |
| Octal | 274 | 64 | 56 | 0 | 110 | 114 | 32 | 3 | 75 | 56 |
| Binary | 10111100 | 110100 | 101110 | 0 | 1001000 | 1001100 | 11010 | 11 | 111101 | 101110 |
Color Harmonies of #BC342E
Complementary color
Monochromatic Colors of #BC342E
Black with #BC342E
Text Example
Text Example
White with #BC342E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC342E; }
p { color: rgb(188,52,46); }
H1.HeaderClassName
{
color: #BC342E;
}
.AnyTagClassName
{
color: #BC342E;
}
</style>
background-color css
<style>
a { background-color: #BC342E; }
a { background-color: rgb(188,52,46); }
div.DivClassName
{
background-color: #BC342E;
}
.BgClassName
{
background-color: #BC342E;
}
</style>
border-color css
<style>
span { border-color: #BC342E; }
span { border-color: rgb(188,52,46); }
td.TdClassName
{
border-color: #BC342E;
}
.TagClassName
{
border-color: #BC342E;
}
</style>