#BC3E33

Color #BC3E33 Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #BC3E33

Tints of Medium Carmine #BC3E33

Color information

#BC3E33 (or 0xBC3E33) is unknown color: approx Medium Carmine. HEX triplet: BC, 3E and 33. RGB value is (188,62,51). Sum of RGB (Red+Green+Blue) = 188+62+51=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3E33 is #43C1CC. Grayscale: #626262. Windows color (decimal): -4440525 or 3358396. OLE color: 3358396.

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

Color convert

RGB1886251-
CMYK00.670.730.26
HSL4.82º57.32%46.86%-
HSV(B)4.82º72.87%73.73%-
XYZ23.0614.384.69-
YUV98.42101.24191.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 62.46%
GREEN value IS 62 (24.61% from 255) = 20.60%
BLUE value IS 51 (20.31% from 255) = 16.94%
R=62.46%
G=20.60%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188625100.670.730.264.8257.3246.86
HexBC3E33043491A5392f
Octal274766301031113257157
Binary1011110011111011001101000011100100111010101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3E33; }

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

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

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

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

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

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

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

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