#BC312C

Color #BC312C Persian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Red #BC312C

Tints of Persian Red #BC312C

Color information

#BC312C (or 0xBC312C) is unknown color: approx Persian Red. HEX triplet: BC, 31 and 2C. RGB value is (188,49,44). Sum of RGB (Red+Green+Blue) = 188+49+44=281 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.90% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 188 - color contains mainly: red. Hex color #BC312C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC312C is #43CED3. Grayscale: #5A5A5A. Windows color (decimal): -4443860 or 2896316. OLE color: 2896316.

HSL color Cylindrical-coordinate representation of color #BC312C: hue angle of 2.08º 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 #BC312C is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB1884944-
CMYK00.740.770.26
HSL2.08º62.07%45.49%-
HSV(B)2.08º76.6%73.73%-
XYZ22.2913.073.73-
YUV89.99102.05197.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 66.90%
GREEN value IS 49 (19.53% from 255) = 17.44%
BLUE value IS 44 (17.58% from 255) = 15.66%
R=66.90%
G=17.44%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188494400.740.770.262.0862.0745.49
HexBC312C04A4D1A23e2d
Octal274615401121153227655
Binary101111001100011011000100101010011011101010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC312C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC312C; }

 p { color: rgb(188,49,44); }

 H1.HeaderClassName
 {
   color: #BC312C;
 }
 .AnyTagClassName
 {
   color: #BC312C;
 }
</style>
background-color css

<style>
 a { background-color: #BC312C; }

 a { background-color: rgb(188,49,44); }

 div.DivClassName
 {
   background-color: #BC312C;
 }
 .BgClassName
 {
   background-color: #BC312C;
 }
</style>
border-color css

<style>
 span { border-color: #BC312C; }

 span { border-color: rgb(188,49,44); }

 td.TdClassName
 {
   border-color: #BC312C;
 }
 .TagClassName
 {
   border-color: #BC312C;
 }
</style>