#bc3a36

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

Shades of Medium Carmine #BC3A36

Tints of Medium Carmine #BC3A36

Color information

#BC3A36 (or 0xBC3A36) is unknown color: approx Medium Carmine. HEX triplet: BC, 3A and 36. RGB value is (188,58,54). Sum of RGB (Red+Green+Blue) = 188+58+54=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 54 (21.48% from 255 or 18% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3A36 is #43C5C9. Grayscale: #606060. Windows color (decimal): -4441546 or 3553980. OLE color: 3553980.

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

Color convert

RGB1885854-
CMYK00.690.710.26
HSL1.79º55.37%47.45%-
HSV(B)1.79º71.28%73.73%-
XYZ22.9213.984.98-
YUV96.41104.07193.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 62.67%
GREEN value IS 58 (23.05% from 255) = 19.33%
BLUE value IS 54 (21.48% from 255) = 18%
R=62.67%
G=19.33%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188585400.690.710.261.7955.3747.45
HexBC3A36045471A2372f
Octal274726601051073226757
Binary101111001110101101100100010110001111101010110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc3a36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc3a36; }

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

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

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

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

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

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

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

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