#BC3636

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

Shades of Persian Red #BC3636

Tints of Persian Red #BC3636

Color information

#BC3636 (or 0xBC3636) is unknown color: approx Persian Red. HEX triplet: BC, 36 and 36. RGB value is (188,54,54). Sum of RGB (Red+Green+Blue) = 188+54+54=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 54 (21.48% from 255 or 18.24% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3636 is #43C9C9. Grayscale: #5E5E5E. Windows color (decimal): -4442570 or 3552956. OLE color: 3552956.

HSL color Cylindrical-coordinate representation of color #BC3636: hue angle of 0º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC3636 is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB1885454-
CMYK00.710.710.26
HSL55.37%47.45%-
HSV(B)71.28%73.73%-
XYZ22.7213.64.92-
YUV94.07105.39195-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 63.51%
GREEN value IS 54 (21.48% from 255) = 18.24%
BLUE value IS 54 (21.48% from 255) = 18.24%
R=63.51%
G=18.24%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188545400.710.710.26055.3747.45
HexBC3636047471A0372f
Octal274666601071073206757
Binary10111100110110110110010001111000111110100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3636; }

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

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

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

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

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

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

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

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