Shades of Persian Red #BC342C
Tints of Persian Red #BC342C
RGB
CMYK
RGB Variations
Color information
#BC342C (or 0xBC342C) is known color: Persian Red. HEX triplet: BC, 34 and 2C. RGB value is (188,52,44). Sum of RGB (Red+Green+Blue) = 188+52+44=284 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.20% from 284); Green value is 52 (20.70% from 255 or 18.31% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 188 - color contains mainly: red. Hex color #BC342C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC342C is #43CBD3. Grayscale: #5B5B5B. Windows color (decimal): -4443092 or 2897084. OLE color: 2897084.
HSL color Cylindrical-coordinate representation of color #BC342C: hue angle of 3.33º 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 #BC342C is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 52 | 44 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.26 |
| HSL | 3.33º | 0.62% | 0.45% | - |
| HSV(B) | 3.33º | 0.77% | 0.74% | - |
| XYZ | 22.42 | 13.33 | 3.77 | - |
| YUV | 91.75 | 101.06 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 44 | 0 | 0.72 | 0.77 | 0.26 | 3.33 | 0.62 | 0.45 |
| Hex | BC | 34 | 2C | 0 | 48 | 4D | 1A | 3 | 3E | 2D |
| Octal | 274 | 64 | 54 | 0 | 110 | 115 | 32 | 3 | 76 | 55 |
| Binary | 10111100 | 110100 | 101100 | 0 | 1001000 | 1001101 | 11010 | 11 | 111110 | 101101 |
Color Harmonies of #BC342C
Complementary color
Monochromatic Colors of #BC342C
Black with #BC342C
Text Example
Text Example
White with #BC342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC342C; }
p { color: rgb(188,52,44); }
H1.HeaderClassName
{
color: #BC342C;
}
.AnyTagClassName
{
color: #BC342C;
}
</style>
background-color css
<style>
a { background-color: #BC342C; }
a { background-color: rgb(188,52,44); }
div.DivClassName
{
background-color: #BC342C;
}
.BgClassName
{
background-color: #BC342C;
}
</style>
border-color css
<style>
span { border-color: #BC342C; }
span { border-color: rgb(188,52,44); }
td.TdClassName
{
border-color: #BC342C;
}
.TagClassName
{
border-color: #BC342C;
}
</style>