#B14A3C

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

Shades of Medium Carmine #B14A3C

Tints of Medium Carmine #B14A3C

Color information

#B14A3C (or 0xB14A3C) is unknown color: approx Medium Carmine. HEX triplet: B1, 4A and 3C. RGB value is (177,74,60). Sum of RGB (Red+Green+Blue) = 177+74+60=311 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.91% from 311); Green value is 74 (29.30% from 255 or 23.79% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 177 - color contains mainly: red. Hex color #B14A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14A3C is #4EB5C3. Grayscale: #676767. Windows color (decimal): -5158340 or 3951281. OLE color: 3951281.

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

Color convert

RGB1777460-
CMYK00.580.660.31
HSL7.18º49.37%46.47%-
HSV(B)7.18º66.1%69.41%-
XYZ21.414.575.96-
YUV103.2103.62180.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.91%
GREEN value IS 74 (29.30% from 255) = 23.79%
BLUE value IS 60 (23.83% from 255) = 19.29%
R=56.91%
G=23.79%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177746000.580.660.317.1849.3746.47
HexB14A3C03A421F7312e
Octal261112740721023776156
Binary1011000110010101111000111010100001011111111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14A3C; }

 p { color: rgb(177,74,60); }

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

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

 a { background-color: rgb(177,74,60); }

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

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

 span { border-color: rgb(177,74,60); }

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