#B14141

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

Shades of Medium Carmine #B14141

Tints of Medium Carmine #B14141

Color information

#B14141 (or 0xB14141) is unknown color: approx Medium Carmine. HEX triplet: B1, 41 and 41. RGB value is (177,65,65). Sum of RGB (Red+Green+Blue) = 177+65+65=307 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.65% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 177 - color contains mainly: red. Hex color #B14141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14141 is #4EBEBE. Grayscale: #626262. Windows color (decimal): -5160639 or 4276657. OLE color: 4276657.

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

Color convert

RGB1776565-
CMYK00.630.630.31
HSL46.28%47.45%-
HSV(B)63.28%69.41%-
XYZ20.9813.516.5-
YUV98.49109.11184-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.65%
GREEN value IS 65 (25.78% from 255) = 21.17%
BLUE value IS 65 (25.78% from 255) = 21.17%
R=57.65%
G=21.17%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177656500.630.630.31046.2847.45
HexB1414103F3F1F02e2f
Octal261101101077773705657
Binary10110001100000110000010111111111111111110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14141; }

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

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

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

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

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

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

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

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