Shades of Persian Red #BC332D
Tints of Persian Red #BC332D
RGB
CMYK
RGB Variations
Color information
#BC332D (or 0xBC332D) is known color: Persian Red. HEX triplet: BC, 33 and 2D. RGB value is (188,51,45). Sum of RGB (Red+Green+Blue) = 188+51+45=284 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.20% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 188 - color contains mainly: red. Hex color #BC332D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC332D is #43CCD2. Grayscale: #5B5B5B. Windows color (decimal): -4443347 or 2962364. OLE color: 2962364.
HSL color Cylindrical-coordinate representation of color #BC332D: hue angle of 2.52º 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 #BC332D is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 51 | 45 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.26 |
| HSL | 2.52º | 0.61% | 0.46% | - |
| HSV(B) | 2.52º | 0.76% | 0.74% | - |
| XYZ | 22.4 | 13.25 | 3.86 | - |
| YUV | 91.28 | 101.89 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 45 | 0 | 0.73 | 0.76 | 0.26 | 2.52 | 0.61 | 0.46 |
| Hex | BC | 33 | 2D | 0 | 49 | 4C | 1A | 3 | 3D | 2E |
| Octal | 274 | 63 | 55 | 0 | 111 | 114 | 32 | 3 | 75 | 56 |
| Binary | 10111100 | 110011 | 101101 | 0 | 1001001 | 1001100 | 11010 | 11 | 111101 | 101110 |
Color Harmonies of #BC332D
Complementary color
Monochromatic Colors of #BC332D
Black with #BC332D
Text Example
Text Example
White with #BC332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC332D; }
p { color: rgb(188,51,45); }
H1.HeaderClassName
{
color: #BC332D;
}
.AnyTagClassName
{
color: #BC332D;
}
</style>
background-color css
<style>
a { background-color: #BC332D; }
a { background-color: rgb(188,51,45); }
div.DivClassName
{
background-color: #BC332D;
}
.BgClassName
{
background-color: #BC332D;
}
</style>
border-color css
<style>
span { border-color: #BC332D; }
span { border-color: rgb(188,51,45); }
td.TdClassName
{
border-color: #BC332D;
}
.TagClassName
{
border-color: #BC332D;
}
</style>