#B13E39

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

Shades of Medium Carmine #B13E39

Tints of Medium Carmine #B13E39

Color information

#B13E39 (or 0xB13E39) is unknown color: approx Medium Carmine. HEX triplet: B1, 3E and 39. RGB value is (177,62,57). Sum of RGB (Red+Green+Blue) = 177+62+57=296 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.80% from 296); Green value is 62 (24.61% from 255 or 20.95% from 296); Blue value is 57 (22.66% from 255 or 19.26% from 296); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13E39 is #4EC1C6. Grayscale: #5F5F5F. Windows color (decimal): -5161415 or 3751601. OLE color: 3751601.

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

Color convert

RGB1776257-
CMYK00.650.680.31
HSL2.5º51.28%45.88%-
HSV(B)2.5º67.8%69.41%-
XYZ20.5913.095.31-
YUV95.82106.1185.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59.80%
GREEN value IS 62 (24.61% from 255) = 20.95%
BLUE value IS 57 (22.66% from 255) = 19.26%
R=59.80%
G=20.95%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177625700.650.680.312.551.2845.88
HexB13E39041441F2332e
Octal261767101011043726356
Binary101100011111101110010100000110001001111110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13E39; }

 p { color: rgb(177,62,57); }

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

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

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

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

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

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

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