#B14832

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

Shades of Medium Carmine #B14832

Tints of Medium Carmine #B14832

Color information

#B14832 (or 0xB14832) is unknown color: approx Medium Carmine. HEX triplet: B1, 48 and 32. RGB value is (177,72,50). Sum of RGB (Red+Green+Blue) = 177+72+50=299 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.20% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 50 (19.92% from 255 or 16.72% from 299); Max value from RGB is 177 - color contains mainly: red. Hex color #B14832 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14832 is #4EB7CD. Grayscale: #656565. Windows color (decimal): -5158862 or 3295409. OLE color: 3295409.

HSL color Cylindrical-coordinate representation of color #B14832: hue angle of 10.39º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B14832 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB1777250-
CMYK00.590.720.31
HSL10.39º55.95%44.51%-
HSV(B)10.39º71.75%69.41%-
XYZ21.0214.214.65-
YUV100.8999.29182.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59.20%
GREEN value IS 72 (28.52% from 255) = 24.08%
BLUE value IS 50 (19.92% from 255) = 16.72%
R=59.20%
G=24.08%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177725000.590.720.3110.3955.9544.51
HexB1483203B481Fa382d
Octal2611106207311037127055
Binary10110001100100011001001110111001000111111010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14832; }

 p { color: rgb(177,72,50); }

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

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

 a { background-color: rgb(177,72,50); }

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

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

 span { border-color: rgb(177,72,50); }

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