Shades of Persian Red #BC2E2D
Tints of Persian Red #BC2E2D
RGB
CMYK
RGB Variations
Color information
#BC2E2D (or 0xBC2E2D) is known color: Persian Red. HEX triplet: BC, 2E and 2D. RGB value is (188,46,45). Sum of RGB (Red+Green+Blue) = 188+46+45=279 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.38% from 279); Green value is 46 (18.36% from 255 or 16.49% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2E2D is #43D1D2. Grayscale: #585858. Windows color (decimal): -4444627 or 2961084. OLE color: 2961084.
HSL color Cylindrical-coordinate representation of color #BC2E2D: hue angle of 0.42º 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 #BC2E2D is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 46 | 45 | - |
| CMYK | 0 | 0.76 | 0.76 | 0.26 |
| HSL | 0.42º | 0.61% | 0.46% | - |
| HSV(B) | 0.42º | 0.76% | 0.74% | - |
| XYZ | 22.19 | 12.83 | 3.79 | - |
| YUV | 88.34 | 103.54 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 46 | 45 | 0 | 0.76 | 0.76 | 0.26 | 0.42 | 0.61 | 0.46 |
| Hex | BC | 2E | 2D | 0 | 4C | 4C | 1A | 0 | 3D | 2E |
| Octal | 274 | 56 | 55 | 0 | 114 | 114 | 32 | 0 | 75 | 56 |
| Binary | 10111100 | 101110 | 101101 | 0 | 1001100 | 1001100 | 11010 | 0 | 111101 | 101110 |
Color Harmonies of #BC2E2D
Complementary color
Monochromatic Colors of #BC2E2D
Black with #BC2E2D
Text Example
Text Example
White with #BC2E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2E2D; }
p { color: rgb(188,46,45); }
H1.HeaderClassName
{
color: #BC2E2D;
}
.AnyTagClassName
{
color: #BC2E2D;
}
</style>
background-color css
<style>
a { background-color: #BC2E2D; }
a { background-color: rgb(188,46,45); }
div.DivClassName
{
background-color: #BC2E2D;
}
.BgClassName
{
background-color: #BC2E2D;
}
</style>
border-color css
<style>
span { border-color: #BC2E2D; }
span { border-color: rgb(188,46,45); }
td.TdClassName
{
border-color: #BC2E2D;
}
.TagClassName
{
border-color: #BC2E2D;
}
</style>