Shades of Persian Red #BC3635
Tints of Persian Red #BC3635
RGB
CMYK
RGB Variations
Color information
#BC3635 (or 0xBC3635) is known color: Persian Red. HEX triplet: BC, 36 and 35. RGB value is (188,54,53). Sum of RGB (Red+Green+Blue) = 188+54+53=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3635 is #43C9CA. Grayscale: #5E5E5E. Windows color (decimal): -4442571 or 3487420. OLE color: 3487420.
HSL color Cylindrical-coordinate representation of color #BC3635: hue angle of 0.44º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC3635 is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 54 | 53 | - |
| CMYK | 0 | 0.71 | 0.72 | 0.26 |
| HSL | 0.44º | 0.56% | 0.47% | - |
| HSV(B) | 0.44º | 0.72% | 0.74% | - |
| XYZ | 22.7 | 13.59 | 4.79 | - |
| YUV | 93.95 | 104.89 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 53 | 0 | 0.71 | 0.72 | 0.26 | 0.44 | 0.56 | 0.47 |
| Hex | BC | 36 | 35 | 0 | 47 | 48 | 1A | 0 | 38 | 2F |
| Octal | 274 | 66 | 65 | 0 | 107 | 110 | 32 | 0 | 70 | 57 |
| Binary | 10111100 | 110110 | 110101 | 0 | 1000111 | 1001000 | 11010 | 0 | 111000 | 101111 |
Color Harmonies of #BC3635
Complementary color
Monochromatic Colors of #BC3635
Black with #BC3635
Text Example
Text Example
White with #BC3635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3635; }
p { color: rgb(188,54,53); }
H1.HeaderClassName
{
color: #BC3635;
}
.AnyTagClassName
{
color: #BC3635;
}
</style>
background-color css
<style>
a { background-color: #BC3635; }
a { background-color: rgb(188,54,53); }
div.DivClassName
{
background-color: #BC3635;
}
.BgClassName
{
background-color: #BC3635;
}
</style>
border-color css
<style>
span { border-color: #BC3635; }
span { border-color: rgb(188,54,53); }
td.TdClassName
{
border-color: #BC3635;
}
.TagClassName
{
border-color: #BC3635;
}
</style>