#BC2E2D

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

Shades of Persian Red #BC2E2D

Tints of Persian Red #BC2E2D

Color information

#BC2E2D (or 0xBC2E2D) is unknown color: approx Persian Red. HEX triplet: BC, 2E and 2D. RGB value is (188,46,45). Sum of RGB (Red+Green+Blue) = 188+46+45=279 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.38% from 279); Green value is 46 (18.36% from 255 or 16.49% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2E2D is #43D1D2. Grayscale: #585858. Windows color (decimal): -4444627 or 2961084. OLE color: 2961084.

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

Color convert

RGB1884645-
CMYK00.760.760.26
HSL0.42º61.37%45.69%-
HSV(B)0.42º76.06%73.73%-
XYZ22.1912.833.79-
YUV88.34103.54199.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 67.38%
GREEN value IS 46 (18.36% from 255) = 16.49%
BLUE value IS 45 (17.97% from 255) = 16.13%
R=67.38%
G=16.49%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188464500.760.760.260.4261.3745.69
HexBC2E2D04C4C1A03d2e
Octal274565501141143207556
Binary10111100101110101101010011001001100110100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2E2D; }

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

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

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

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

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

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

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

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