#BC362D

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

Shades of Persian Red #BC362D

Tints of Persian Red #BC362D

Color information

#BC362D (or 0xBC362D) is unknown color: approx Persian Red. HEX triplet: BC, 36 and 2D. RGB value is (188,54,45). Sum of RGB (Red+Green+Blue) = 188+54+45=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC362D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC362D is #43C9D2. Grayscale: #5D5D5D. Windows color (decimal): -4442579 or 2963132. OLE color: 2963132.

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

Color convert

RGB1885445-
CMYK00.710.760.26
HSL3.78º61.37%45.69%-
HSV(B)3.78º76.06%73.73%-
XYZ22.5313.523.9-
YUV93.04100.89195.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 65.51%
GREEN value IS 54 (21.48% from 255) = 18.82%
BLUE value IS 45 (17.97% from 255) = 15.68%
R=65.51%
G=18.82%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188544500.710.760.263.7861.3745.69
HexBC362D0474C1A43d2e
Octal274665501071143247556
Binary1011110011011010110101000111100110011010100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC362D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC362D; }

 p { color: rgb(188,54,45); }

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

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

 a { background-color: rgb(188,54,45); }

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

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

 span { border-color: rgb(188,54,45); }

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