#B13B36

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

Shades of Medium Carmine #B13B36

Tints of Medium Carmine #B13B36

Color information

#B13B36 (or 0xB13B36) is unknown color: approx Medium Carmine. HEX triplet: B1, 3B and 36. RGB value is (177,59,54). Sum of RGB (Red+Green+Blue) = 177+59+54=290 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.03% from 290); Green value is 59 (23.44% from 255 or 20.34% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13B36 is #4EC4C9. Grayscale: #5D5D5D. Windows color (decimal): -5162186 or 3554225. OLE color: 3554225.

HSL color Cylindrical-coordinate representation of color #B13B36: hue angle of 2.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 #B13B36 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB1775954-
CMYK00.670.690.31
HSL2.44º53.25%45.29%-
HSV(B)2.44º69.49%69.41%-
XYZ20.3612.744.88-
YUV93.71105.59187.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.03%
GREEN value IS 59 (23.44% from 255) = 20.34%
BLUE value IS 54 (21.48% from 255) = 18.62%
R=61.03%
G=20.34%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177595400.670.690.312.4453.2545.29
HexB13B36043451F2352d
Octal261736601031053726555
Binary101100011110111101100100001110001011111110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13B36; }

 p { color: rgb(177,59,54); }

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

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

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

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

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

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

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