#B14C39

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

Shades of Medium Carmine #B14C39

Tints of Medium Carmine #B14C39

Color information

#B14C39 (or 0xB14C39) is unknown color: approx Medium Carmine. HEX triplet: B1, 4C and 39. RGB value is (177,76,57). Sum of RGB (Red+Green+Blue) = 177+76+57=310 (41% of max value = 765). Red value is 177 (69.53% from 255 or 57.10% from 310); Green value is 76 (30.08% from 255 or 24.52% from 310); Blue value is 57 (22.66% from 255 or 18.39% from 310); Max value from RGB is 177 - color contains mainly: red. Hex color #B14C39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14C39 is #4EB3C6. Grayscale: #686868. Windows color (decimal): -5157831 or 3755185. OLE color: 3755185.

HSL color Cylindrical-coordinate representation of color #B14C39: hue angle of 9.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B14C39 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB1777657-
CMYK00.570.680.31
HSL9.5º51.28%45.88%-
HSV(B)9.5º67.8%69.41%-
XYZ21.4514.815.6-
YUV104.03101.46180.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.10%
GREEN value IS 76 (30.08% from 255) = 24.52%
BLUE value IS 57 (22.66% from 255) = 18.39%
R=57.10%
G=24.52%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177765700.570.680.319.551.2845.88
HexB14C39039441Fa332e
Octal2611147107110437126356
Binary10110001100110011100101110011000100111111010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14C39; }

 p { color: rgb(177,76,57); }

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

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

 a { background-color: rgb(177,76,57); }

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

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

 span { border-color: rgb(177,76,57); }

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