Shades of Persian Red #BC322B
Tints of Persian Red #BC322B
RGB
CMYK
RGB Variations
Color information
#BC322B (or 0xBC322B) is known color: Persian Red. HEX triplet: BC, 32 and 2B. RGB value is (188,50,43). Sum of RGB (Red+Green+Blue) = 188+50+43=281 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.90% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 188 - color contains mainly: red. Hex color #BC322B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC322B is #43CDD4. Grayscale: #5A5A5A. Windows color (decimal): -4443605 or 2831036. OLE color: 2831036.
HSL color Cylindrical-coordinate representation of color #BC322B: hue angle of 2.9º degrees, saturation: 0.63, 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 #BC322B is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 43 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.26 |
| HSL | 2.9º | 0.63% | 0.45% | - |
| HSV(B) | 2.9º | 0.77% | 0.74% | - |
| XYZ | 22.32 | 13.15 | 3.65 | - |
| YUV | 90.46 | 101.22 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 43 | 0 | 0.73 | 0.77 | 0.26 | 2.9 | 0.63 | 0.45 |
| Hex | BC | 32 | 2B | 0 | 49 | 4D | 1A | 3 | 3F | 2D |
| Octal | 274 | 62 | 53 | 0 | 111 | 115 | 32 | 3 | 77 | 55 |
| Binary | 10111100 | 110010 | 101011 | 0 | 1001001 | 1001101 | 11010 | 11 | 111111 | 101101 |
Color Harmonies of #BC322B
Complementary color
Monochromatic Colors of #BC322B
Black with #BC322B
Text Example
Text Example
White with #BC322B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC322B; }
p { color: rgb(188,50,43); }
H1.HeaderClassName
{
color: #BC322B;
}
.AnyTagClassName
{
color: #BC322B;
}
</style>
background-color css
<style>
a { background-color: #BC322B; }
a { background-color: rgb(188,50,43); }
div.DivClassName
{
background-color: #BC322B;
}
.BgClassName
{
background-color: #BC322B;
}
</style>
border-color css
<style>
span { border-color: #BC322B; }
span { border-color: rgb(188,50,43); }
td.TdClassName
{
border-color: #BC322B;
}
.TagClassName
{
border-color: #BC322B;
}
</style>