#B14240

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

Shades of Medium Carmine #B14240

Tints of Medium Carmine #B14240

Color information

#B14240 (or 0xB14240) is unknown color: approx Medium Carmine. HEX triplet: B1, 42 and 40. RGB value is (177,66,64). Sum of RGB (Red+Green+Blue) = 177+66+64=307 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.65% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 177 - color contains mainly: red. Hex color #B14240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14240 is #4EBDBF. Grayscale: #636363. Windows color (decimal): -5160384 or 4211377. OLE color: 4211377.

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

Color convert

RGB1776664-
CMYK00.630.640.31
HSL1.06º46.89%47.25%-
HSV(B)1.06º63.84%69.41%-
XYZ21.0113.616.37-
YUV98.96108.27183.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.65%
GREEN value IS 66 (26.17% from 255) = 21.50%
BLUE value IS 64 (25.39% from 255) = 20.85%
R=57.65%
G=21.50%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177666400.630.640.311.0646.8947.25
HexB1424003F401F12f2f
Octal2611021000771003715757
Binary101100011000010100000001111111000000111111101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14240; }

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

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

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

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

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

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

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

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