#B13636

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

Shades of Medium Carmine #B13636

Tints of Medium Carmine #B13636

Color information

#B13636 (or 0xB13636) is unknown color: approx Medium Carmine. HEX triplet: B1, 36 and 36. RGB value is (177,54,54). Sum of RGB (Red+Green+Blue) = 177+54+54=285 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.11% from 285); Green value is 54 (21.48% from 255 or 18.95% from 285); Blue value is 54 (21.48% from 255 or 18.95% from 285); Max value from RGB is 177 - color contains mainly: red. Hex color #B13636 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13636 is #4EC9C9. Grayscale: #5A5A5A. Windows color (decimal): -5163466 or 3552945. OLE color: 3552945.

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

Color convert

RGB1775454-
CMYK00.690.690.31
HSL53.25%45.29%-
HSV(B)69.49%69.41%-
XYZ20.1212.254.79-
YUV90.78107.25189.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.11%
GREEN value IS 54 (21.48% from 255) = 18.95%
BLUE value IS 54 (21.48% from 255) = 18.95%
R=62.11%
G=18.95%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177545400.690.690.31053.2545.29
HexB13636045451F0352d
Octal261666601051053706555
Binary10110001110110110110010001011000101111110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13636; }

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

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

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

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

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

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

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

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