#B13C36

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

Shades of Medium Carmine #B13C36

Tints of Medium Carmine #B13C36

Color information

#B13C36 (or 0xB13C36) is unknown color: approx Medium Carmine. HEX triplet: B1, 3C and 36. RGB value is (177,60,54). Sum of RGB (Red+Green+Blue) = 177+60+54=291 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.82% from 291); Green value is 60 (23.83% from 255 or 20.62% from 291); Blue value is 54 (21.48% from 255 or 18.56% from 291); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13C36 is #4EC3C9. Grayscale: #5E5E5E. Windows color (decimal): -5161930 or 3554481. OLE color: 3554481.

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

Color convert

RGB1776054-
CMYK00.660.690.31
HSL2.93º53.25%45.29%-
HSV(B)2.93º69.49%69.41%-
XYZ20.4112.854.89-
YUV94.3105.26186.99-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60.82%
GREEN value IS 60 (23.83% from 255) = 20.62%
BLUE value IS 54 (21.48% from 255) = 18.56%
R=60.82%
G=20.62%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177605400.660.690.312.9353.2545.29
HexB13C36042451F3352d
Octal261746601021053736555
Binary101100011111001101100100001010001011111111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13C36; }

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

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

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

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

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

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

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

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