#BC3E36

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

Shades of Medium Carmine #BC3E36

Tints of Medium Carmine #BC3E36

Color information

#BC3E36 (or 0xBC3E36) is unknown color: approx Medium Carmine. HEX triplet: BC, 3E and 36. RGB value is (188,62,54). Sum of RGB (Red+Green+Blue) = 188+62+54=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 62 (24.61% from 255 or 20.39% from 304); Blue value is 54 (21.48% from 255 or 17.76% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3E36 is #43C1C9. Grayscale: #626262. Windows color (decimal): -4440522 or 3555004. OLE color: 3555004.

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

Color convert

RGB1886254-
CMYK00.670.710.26
HSL3.58º55.37%47.45%-
HSV(B)3.58º71.28%73.73%-
XYZ23.1314.45.05-
YUV98.76102.74191.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 61.84%
GREEN value IS 62 (24.61% from 255) = 20.39%
BLUE value IS 54 (21.48% from 255) = 17.76%
R=61.84%
G=20.39%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188625400.670.710.263.5855.3747.45
HexBC3E36043471A4372f
Octal274766601031073246757
Binary1011110011111011011001000011100011111010100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3E36; }

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

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

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

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

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

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

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

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