Shades of Persian Red #BC3733
Tints of Persian Red #BC3733
RGB
CMYK
RGB Variations
Color information
#BC3733 (or 0xBC3733) is known color: Persian Red. HEX triplet: BC, 37 and 33. RGB value is (188,55,51). Sum of RGB (Red+Green+Blue) = 188+55+51=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 51 (20.31% from 255 or 17.35% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3733 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3733 is #43C8CC. Grayscale: #5E5E5E. Windows color (decimal): -4442317 or 3356604. OLE color: 3356604.
HSL color Cylindrical-coordinate representation of color #BC3733: hue angle of 1.75º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC3733 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 55 | 51 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.26 |
| HSL | 1.75º | 0.57% | 0.47% | - |
| HSV(B) | 1.75º | 0.73% | 0.74% | - |
| XYZ | 22.7 | 13.66 | 4.57 | - |
| YUV | 94.31 | 103.56 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 55 | 51 | 0 | 0.71 | 0.73 | 0.26 | 1.75 | 0.57 | 0.47 |
| Hex | BC | 37 | 33 | 0 | 47 | 49 | 1A | 2 | 39 | 2F |
| Octal | 274 | 67 | 63 | 0 | 107 | 111 | 32 | 2 | 71 | 57 |
| Binary | 10111100 | 110111 | 110011 | 0 | 1000111 | 1001001 | 11010 | 10 | 111001 | 101111 |
Color Harmonies of #BC3733
Complementary color
Monochromatic Colors of #BC3733
Black with #BC3733
Text Example
Text Example
White with #BC3733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3733; }
p { color: rgb(188,55,51); }
H1.HeaderClassName
{
color: #BC3733;
}
.AnyTagClassName
{
color: #BC3733;
}
</style>
background-color css
<style>
a { background-color: #BC3733; }
a { background-color: rgb(188,55,51); }
div.DivClassName
{
background-color: #BC3733;
}
.BgClassName
{
background-color: #BC3733;
}
</style>
border-color css
<style>
span { border-color: #BC3733; }
span { border-color: rgb(188,55,51); }
td.TdClassName
{
border-color: #BC3733;
}
.TagClassName
{
border-color: #BC3733;
}
</style>