Shades of Persian Red #BC302F
Tints of Persian Red #BC302F
RGB
CMYK
RGB Variations
Color information
#BC302F (or 0xBC302F) is known color: Persian Red. HEX triplet: BC, 30 and 2F. RGB value is (188,48,47). Sum of RGB (Red+Green+Blue) = 188+48+47=283 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.43% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 188 - color contains mainly: red. Hex color #BC302F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC302F is #43CFD0. Grayscale: #595959. Windows color (decimal): -4444113 or 3092668. OLE color: 3092668.
HSL color Cylindrical-coordinate representation of color #BC302F: hue angle of 0.43º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC302F is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 47 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.26 |
| HSL | 0.43º | 0.6% | 0.46% | - |
| HSV(B) | 0.43º | 0.75% | 0.74% | - |
| XYZ | 22.31 | 13.01 | 4.02 | - |
| YUV | 89.75 | 103.88 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 47 | 0 | 0.74 | 0.75 | 0.26 | 0.43 | 0.6 | 0.46 |
| Hex | BC | 30 | 2F | 0 | 4A | 4B | 1A | 0 | 3C | 2E |
| Octal | 274 | 60 | 57 | 0 | 112 | 113 | 32 | 0 | 74 | 56 |
| Binary | 10111100 | 110000 | 101111 | 0 | 1001010 | 1001011 | 11010 | 0 | 111100 | 101110 |
Color Harmonies of #BC302F
Complementary color
Monochromatic Colors of #BC302F
Black with #BC302F
Text Example
Text Example
White with #BC302F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC302F; }
p { color: rgb(188,48,47); }
H1.HeaderClassName
{
color: #BC302F;
}
.AnyTagClassName
{
color: #BC302F;
}
</style>
background-color css
<style>
a { background-color: #BC302F; }
a { background-color: rgb(188,48,47); }
div.DivClassName
{
background-color: #BC302F;
}
.BgClassName
{
background-color: #BC302F;
}
</style>
border-color css
<style>
span { border-color: #BC302F; }
span { border-color: rgb(188,48,47); }
td.TdClassName
{
border-color: #BC302F;
}
.TagClassName
{
border-color: #BC302F;
}
</style>