Shades of Persian Red #BC3533
Tints of Persian Red #BC3533
RGB
CMYK
RGB Variations
Color information
#BC3533 (or 0xBC3533) is known color: Persian Red. HEX triplet: BC, 35 and 33. RGB value is (188,53,51). Sum of RGB (Red+Green+Blue) = 188+53+51=292 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.38% from 292); Green value is 53 (21.09% from 255 or 18.15% from 292); Blue value is 51 (20.31% from 255 or 17.47% from 292); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3533 is #43CACC. Grayscale: #5D5D5D. Windows color (decimal): -4442829 or 3356092. OLE color: 3356092.
HSL color Cylindrical-coordinate representation of color #BC3533: hue angle of 0.88º 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 #BC3533 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 53 | 51 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.26 |
| HSL | 0.88º | 0.57% | 0.47% | - |
| HSV(B) | 0.88º | 0.73% | 0.74% | - |
| XYZ | 22.61 | 13.48 | 4.54 | - |
| YUV | 93.14 | 104.23 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 53 | 51 | 0 | 0.72 | 0.73 | 0.26 | 0.88 | 0.57 | 0.47 |
| Hex | BC | 35 | 33 | 0 | 48 | 49 | 1A | 1 | 39 | 2F |
| Octal | 274 | 65 | 63 | 0 | 110 | 111 | 32 | 1 | 71 | 57 |
| Binary | 10111100 | 110101 | 110011 | 0 | 1001000 | 1001001 | 11010 | 1 | 111001 | 101111 |
Color Harmonies of #BC3533
Complementary color
Monochromatic Colors of #BC3533
Black with #BC3533
Text Example
Text Example
White with #BC3533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3533; }
p { color: rgb(188,53,51); }
H1.HeaderClassName
{
color: #BC3533;
}
.AnyTagClassName
{
color: #BC3533;
}
</style>
background-color css
<style>
a { background-color: #BC3533; }
a { background-color: rgb(188,53,51); }
div.DivClassName
{
background-color: #BC3533;
}
.BgClassName
{
background-color: #BC3533;
}
</style>
border-color css
<style>
span { border-color: #BC3533; }
span { border-color: rgb(188,53,51); }
td.TdClassName
{
border-color: #BC3533;
}
.TagClassName
{
border-color: #BC3533;
}
</style>