#B13E37

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

Shades of Medium Carmine #B13E37

Tints of Medium Carmine #B13E37

Color information

#B13E37 (or 0xB13E37) is unknown color: approx Medium Carmine. HEX triplet: B1, 3E and 37. RGB value is (177,62,55). Sum of RGB (Red+Green+Blue) = 177+62+55=294 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.20% from 294); Green value is 62 (24.61% from 255 or 21.09% from 294); Blue value is 55 (21.88% from 255 or 18.71% from 294); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13E37 is #4EC1C8. Grayscale: #5F5F5F. Windows color (decimal): -5161417 or 3620529. OLE color: 3620529.

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

Color convert

RGB1776255-
CMYK00.650.690.31
HSL3.44º52.59%45.49%-
HSV(B)3.44º68.93%69.41%-
XYZ20.5413.075.05-
YUV95.59105.1186.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60.20%
GREEN value IS 62 (24.61% from 255) = 21.09%
BLUE value IS 55 (21.88% from 255) = 18.71%
R=60.20%
G=21.09%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177625500.650.690.313.4452.5945.49
HexB13E37041451F3352d
Octal261766701011053736555
Binary101100011111101101110100000110001011111111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13E37; }

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

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

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

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

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

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

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

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