Shades of Persian Red #BC2F2D
Tints of Persian Red #BC2F2D
RGB
CMYK
RGB Variations
Color information
#BC2F2D (or 0xBC2F2D) is known color: Persian Red. HEX triplet: BC, 2F and 2D. RGB value is (188,47,45). Sum of RGB (Red+Green+Blue) = 188+47+45=280 (37% of max value = 765). Red value is 188 (73.83% from 255 or 67.14% from 280); Green value is 47 (18.75% from 255 or 16.79% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2F2D is #43D0D2. Grayscale: #595959. Windows color (decimal): -4444371 or 2961340. OLE color: 2961340.
HSL color Cylindrical-coordinate representation of color #BC2F2D: hue angle of 0.84º 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 #BC2F2D is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 47 | 45 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.26 |
| HSL | 0.84º | 0.61% | 0.46% | - |
| HSV(B) | 0.84º | 0.76% | 0.74% | - |
| XYZ | 22.23 | 12.91 | 3.8 | - |
| YUV | 88.93 | 103.21 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 45 | 0 | 0.75 | 0.76 | 0.26 | 0.84 | 0.61 | 0.46 |
| Hex | BC | 2F | 2D | 0 | 4B | 4C | 1A | 1 | 3D | 2E |
| Octal | 274 | 57 | 55 | 0 | 113 | 114 | 32 | 1 | 75 | 56 |
| Binary | 10111100 | 101111 | 101101 | 0 | 1001011 | 1001100 | 11010 | 1 | 111101 | 101110 |
Color Harmonies of #BC2F2D
Complementary color
Monochromatic Colors of #BC2F2D
Black with #BC2F2D
Text Example
Text Example
White with #BC2F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2F2D; }
p { color: rgb(188,47,45); }
H1.HeaderClassName
{
color: #BC2F2D;
}
.AnyTagClassName
{
color: #BC2F2D;
}
</style>
background-color css
<style>
a { background-color: #BC2F2D; }
a { background-color: rgb(188,47,45); }
div.DivClassName
{
background-color: #BC2F2D;
}
.BgClassName
{
background-color: #BC2F2D;
}
</style>
border-color css
<style>
span { border-color: #BC2F2D; }
span { border-color: rgb(188,47,45); }
td.TdClassName
{
border-color: #BC2F2D;
}
.TagClassName
{
border-color: #BC2F2D;
}
</style>