#BC3533

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

Shades of Persian Red #BC3533

Tints of Persian Red #BC3533

Color information

#BC3533 (or 0xBC3533) is unknown color: approx Persian Red. HEX triplet: BC, 35 and 33. RGB value is (188,53,51). Sum of RGB (Red+Green+Blue) = 188+53+51=292 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.38% from 292); Green value is 53 (21.09% from 255 or 18.15% from 292); Blue value is 51 (20.31% from 255 or 17.47% from 292); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3533 is #43CACC. Grayscale: #5D5D5D. Windows color (decimal): -4442829 or 3356092. OLE color: 3356092.

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

Color convert

RGB1885351-
CMYK00.720.730.26
HSL0.88º57.32%46.86%-
HSV(B)0.88º72.87%73.73%-
XYZ22.6113.484.54-
YUV93.14104.23195.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 64.38%
GREEN value IS 53 (21.09% from 255) = 18.15%
BLUE value IS 51 (20.31% from 255) = 17.47%
R=64.38%
G=18.15%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188535100.720.730.260.8857.3246.86
HexBC3533048491A1392f
Octal274656301101113217157
Binary10111100110101110011010010001001001110101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3533; }

 p { color: rgb(188,53,51); }

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

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

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

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

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

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

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