#B14C3D

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

Shades of Medium Carmine #B14C3D

Tints of Medium Carmine #B14C3D

Color information

#B14C3D (or 0xB14C3D) is unknown color: approx Medium Carmine. HEX triplet: B1, 4C and 3D. RGB value is (177,76,61). Sum of RGB (Red+Green+Blue) = 177+76+61=314 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.37% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 177 - color contains mainly: red. Hex color #B14C3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14C3D is #4EB3C2. Grayscale: #686868. Windows color (decimal): -5157827 or 4017329. OLE color: 4017329.

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

Color convert

RGB1777661-
CMYK00.570.660.31
HSL7.76º48.74%46.67%-
HSV(B)7.76º65.54%69.41%-
XYZ21.5614.856.15-
YUV104.49103.46179.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.37%
GREEN value IS 76 (30.08% from 255) = 24.20%
BLUE value IS 61 (24.22% from 255) = 19.43%
R=56.37%
G=24.20%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177766100.570.660.317.7648.7446.67
HexB14C3D039421F8312f
Octal2611147507110237106157
Binary10110001100110011110101110011000010111111000110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14C3D; }

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

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

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

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

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

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

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

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