Shades of Persian Red #BC312C
Tints of Persian Red #BC312C
RGB
CMYK
RGB Variations
Color information
#BC312C (or 0xBC312C) is known color: Persian Red. HEX triplet: BC, 31 and 2C. RGB value is (188,49,44). Sum of RGB (Red+Green+Blue) = 188+49+44=281 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.90% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 188 - color contains mainly: red. Hex color #BC312C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC312C is #43CED3. Grayscale: #5A5A5A. Windows color (decimal): -4443860 or 2896316. OLE color: 2896316.
HSL color Cylindrical-coordinate representation of color #BC312C: hue angle of 2.08º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC312C is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 49 | 44 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.26 |
| HSL | 2.08º | 0.62% | 0.45% | - |
| HSV(B) | 2.08º | 0.77% | 0.74% | - |
| XYZ | 22.29 | 13.07 | 3.73 | - |
| YUV | 89.99 | 102.05 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 44 | 0 | 0.74 | 0.77 | 0.26 | 2.08 | 0.62 | 0.45 |
| Hex | BC | 31 | 2C | 0 | 4A | 4D | 1A | 2 | 3E | 2D |
| Octal | 274 | 61 | 54 | 0 | 112 | 115 | 32 | 2 | 76 | 55 |
| Binary | 10111100 | 110001 | 101100 | 0 | 1001010 | 1001101 | 11010 | 10 | 111110 | 101101 |
Color Harmonies of #BC312C
Complementary color
Monochromatic Colors of #BC312C
Black with #BC312C
Text Example
Text Example
White with #BC312C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC312C; }
p { color: rgb(188,49,44); }
H1.HeaderClassName
{
color: #BC312C;
}
.AnyTagClassName
{
color: #BC312C;
}
</style>
background-color css
<style>
a { background-color: #BC312C; }
a { background-color: rgb(188,49,44); }
div.DivClassName
{
background-color: #BC312C;
}
.BgClassName
{
background-color: #BC312C;
}
</style>
border-color css
<style>
span { border-color: #BC312C; }
span { border-color: rgb(188,49,44); }
td.TdClassName
{
border-color: #BC312C;
}
.TagClassName
{
border-color: #BC312C;
}
</style>