Shades of Persian Red #BC302C
Tints of Persian Red #BC302C
RGB
CMYK
RGB Variations
Color information
#BC302C (or 0xBC302C) is known color: Persian Red. HEX triplet: BC, 30 and 2C. RGB value is (188,48,44). Sum of RGB (Red+Green+Blue) = 188+48+44=280 (37% of max value = 765). Red value is 188 (73.83% from 255 or 67.14% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 188 - color contains mainly: red. Hex color #BC302C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC302C is #43CFD3. Grayscale: #595959. Windows color (decimal): -4444116 or 2896060. OLE color: 2896060.
HSL color Cylindrical-coordinate representation of color #BC302C: hue angle of 1.67º 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 #BC302C is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 44 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.26 |
| HSL | 1.67º | 0.62% | 0.45% | - |
| HSV(B) | 1.67º | 0.77% | 0.74% | - |
| XYZ | 22.25 | 12.99 | 3.72 | - |
| YUV | 89.4 | 102.38 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 44 | 0 | 0.74 | 0.77 | 0.26 | 1.67 | 0.62 | 0.45 |
| Hex | BC | 30 | 2C | 0 | 4A | 4D | 1A | 2 | 3E | 2D |
| Octal | 274 | 60 | 54 | 0 | 112 | 115 | 32 | 2 | 76 | 55 |
| Binary | 10111100 | 110000 | 101100 | 0 | 1001010 | 1001101 | 11010 | 10 | 111110 | 101101 |
Color Harmonies of #BC302C
Complementary color
Monochromatic Colors of #BC302C
Black with #BC302C
Text Example
Text Example
White with #BC302C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC302C; }
p { color: rgb(188,48,44); }
H1.HeaderClassName
{
color: #BC302C;
}
.AnyTagClassName
{
color: #BC302C;
}
</style>
background-color css
<style>
a { background-color: #BC302C; }
a { background-color: rgb(188,48,44); }
div.DivClassName
{
background-color: #BC302C;
}
.BgClassName
{
background-color: #BC302C;
}
</style>
border-color css
<style>
span { border-color: #BC302C; }
span { border-color: rgb(188,48,44); }
td.TdClassName
{
border-color: #BC302C;
}
.TagClassName
{
border-color: #BC302C;
}
</style>