#B14040

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

Shades of Medium Carmine #B14040

Tints of Medium Carmine #B14040

Color information

#B14040 (or 0xB14040) is unknown color: approx Medium Carmine. HEX triplet: B1, 40 and 40. RGB value is (177,64,64). Sum of RGB (Red+Green+Blue) = 177+64+64=305 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.03% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 177 - color contains mainly: red. Hex color #B14040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14040 is #4EBFBF. Grayscale: #616161. Windows color (decimal): -5160896 or 4210865. OLE color: 4210865.

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

Color convert

RGB1776464-
CMYK00.640.640.31
HSL46.89%47.25%-
HSV(B)63.84%69.41%-
XYZ20.8913.386.33-
YUV97.79108.94184.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.03%
GREEN value IS 64 (25.39% from 255) = 20.98%
BLUE value IS 64 (25.39% from 255) = 20.98%
R=58.03%
G=20.98%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177646400.640.640.31046.8947.25
HexB14040040401F02f2f
Octal26110010001001003705757
Binary1011000110000001000000010000001000000111110101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14040; }

 p { color: rgb(177,64,64); }

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

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

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

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

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

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

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