Shades of Persian Red #BC3232
Tints of Persian Red #BC3232
RGB
CMYK
RGB Variations
Color information
#BC3232 (or 0xBC3232) is known color: Persian Red. HEX triplet: BC, 32 and 32. RGB value is (188,50,50). Sum of RGB (Red+Green+Blue) = 188+50+50=288 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.28% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3232 is #43CDCD. Grayscale: #5B5B5B. Windows color (decimal): -4443598 or 3289788. OLE color: 3289788.
HSL color Cylindrical-coordinate representation of color #BC3232: hue angle of 0º degrees, saturation: 0.58, 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 #BC3232 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 50 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.26 |
| HSL | 0º | 0.58% | 0.47% | - |
| HSV(B) | 0º | 0.73% | 0.74% | - |
| XYZ | 22.46 | 13.2 | 4.38 | - |
| YUV | 91.26 | 104.72 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 50 | 0 | 0.73 | 0.73 | 0.26 | 0 | 0.58 | 0.47 |
| Hex | BC | 32 | 32 | 0 | 49 | 49 | 1A | 0 | 3A | 2F |
| Octal | 274 | 62 | 62 | 0 | 111 | 111 | 32 | 0 | 72 | 57 |
| Binary | 10111100 | 110010 | 110010 | 0 | 1001001 | 1001001 | 11010 | 0 | 111010 | 101111 |
Color Harmonies of #BC3232
Complementary color
Monochromatic Colors of #BC3232
Black with #BC3232
Text Example
Text Example
White with #BC3232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3232; }
p { color: rgb(188,50,50); }
H1.HeaderClassName
{
color: #BC3232;
}
.AnyTagClassName
{
color: #BC3232;
}
</style>
background-color css
<style>
a { background-color: #BC3232; }
a { background-color: rgb(188,50,50); }
div.DivClassName
{
background-color: #BC3232;
}
.BgClassName
{
background-color: #BC3232;
}
</style>
border-color css
<style>
span { border-color: #BC3232; }
span { border-color: rgb(188,50,50); }
td.TdClassName
{
border-color: #BC3232;
}
.TagClassName
{
border-color: #BC3232;
}
</style>