Shades of Persian Red #BC362E
Tints of Persian Red #BC362E
RGB
CMYK
RGB Variations
Color information
#BC362E (or 0xBC362E) is known color: Persian Red. HEX triplet: BC, 36 and 2E. RGB value is (188,54,46). Sum of RGB (Red+Green+Blue) = 188+54+46=288 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.28% from 288); Green value is 54 (21.48% from 255 or 18.75% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 188 - color contains mainly: red. Hex color #BC362E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC362E is #43C9D1. Grayscale: #5D5D5D. Windows color (decimal): -4442578 or 3028668. OLE color: 3028668.
HSL color Cylindrical-coordinate representation of color #BC362E: hue angle of 3.38º 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 #BC362E is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 54 | 46 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.26 |
| HSL | 3.38º | 0.61% | 0.46% | - |
| HSV(B) | 3.38º | 0.76% | 0.74% | - |
| XYZ | 22.55 | 13.53 | 4.01 | - |
| YUV | 93.15 | 101.39 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 46 | 0 | 0.71 | 0.76 | 0.26 | 3.38 | 0.61 | 0.46 |
| Hex | BC | 36 | 2E | 0 | 47 | 4C | 1A | 3 | 3D | 2E |
| Octal | 274 | 66 | 56 | 0 | 107 | 114 | 32 | 3 | 75 | 56 |
| Binary | 10111100 | 110110 | 101110 | 0 | 1000111 | 1001100 | 11010 | 11 | 111101 | 101110 |
Color Harmonies of #BC362E
Complementary color
Monochromatic Colors of #BC362E
Black with #BC362E
Text Example
Text Example
White with #BC362E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC362E; }
p { color: rgb(188,54,46); }
H1.HeaderClassName
{
color: #BC362E;
}
.AnyTagClassName
{
color: #BC362E;
}
</style>
background-color css
<style>
a { background-color: #BC362E; }
a { background-color: rgb(188,54,46); }
div.DivClassName
{
background-color: #BC362E;
}
.BgClassName
{
background-color: #BC362E;
}
</style>
border-color css
<style>
span { border-color: #BC362E; }
span { border-color: rgb(188,54,46); }
td.TdClassName
{
border-color: #BC362E;
}
.TagClassName
{
border-color: #BC362E;
}
</style>