#B14540

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

Shades of Medium Carmine #B14540

Tints of Medium Carmine #B14540

Color information

#B14540 (or 0xB14540) is unknown color: approx Medium Carmine. HEX triplet: B1, 45 and 40. RGB value is (177,69,64). Sum of RGB (Red+Green+Blue) = 177+69+64=310 (41% of max value = 765). Red value is 177 (69.53% from 255 or 57.10% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 177 - color contains mainly: red. Hex color #B14540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14540 is #4EBABF. Grayscale: #646464. Windows color (decimal): -5159616 or 4212145. OLE color: 4212145.

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

Color convert

RGB1776964-
CMYK00.610.640.31
HSL2.65º46.89%47.25%-
HSV(B)2.65º63.84%69.41%-
XYZ21.1813.976.43-
YUV100.72107.28182.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.10%
GREEN value IS 69 (27.34% from 255) = 22.26%
BLUE value IS 64 (25.39% from 255) = 20.65%
R=57.10%
G=22.26%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177696400.610.640.312.6546.8947.25
HexB1454003D401F32f2f
Octal2611051000751003735757
Binary1011000110001011000000011110110000001111111101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14540; }

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

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

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

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

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

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

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

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