#B14339

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

Shades of Medium Carmine #B14339

Tints of Medium Carmine #B14339

Color information

#B14339 (or 0xB14339) is unknown color: approx Medium Carmine. HEX triplet: B1, 43 and 39. RGB value is (177,67,57). Sum of RGB (Red+Green+Blue) = 177+67+57=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 57 (22.66% from 255 or 18.94% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B14339 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14339 is #4EBCC6. Grayscale: #626262. Windows color (decimal): -5160135 or 3752881. OLE color: 3752881.

HSL color Cylindrical-coordinate representation of color #B14339: hue angle of 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 #B14339 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB1776757-
CMYK00.620.680.31
HSL51.28%45.88%-
HSV(B)67.8%69.41%-
XYZ20.8813.665.41-
YUV98.75104.44183.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.80%
GREEN value IS 67 (26.56% from 255) = 22.26%
BLUE value IS 57 (22.66% from 255) = 18.94%
R=58.80%
G=22.26%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177675700.620.680.31551.2845.88
HexB1433903E441F5332e
Octal261103710761043756356
Binary1011000110000111110010111110100010011111101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14339; }

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

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

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

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

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

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

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

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