#B13627

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

Shades of Medium Carmine #B13627

Tints of Medium Carmine #B13627

Color information

#B13627 (or 0xB13627) is unknown color: approx Medium Carmine. HEX triplet: B1, 36 and 27. RGB value is (177,54,39). Sum of RGB (Red+Green+Blue) = 177+54+39=270 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.56% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 39 (15.62% from 255 or 14.44% from 270); Max value from RGB is 177 - color contains mainly: red. Hex color #B13627 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13627 is #4EC9D8. Grayscale: #595959. Windows color (decimal): -5163481 or 2569905. OLE color: 2569905.

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

Color convert

RGB1775439-
CMYK00.690.780.31
HSL6.52º63.89%42.35%-
HSV(B)6.52º77.97%69.41%-
XYZ19.8212.133.22-
YUV89.0799.75190.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 65.56%
GREEN value IS 54 (21.48% from 255) = 20%
BLUE value IS 39 (15.62% from 255) = 14.44%
R=65.56%
G=20%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177543900.690.780.316.5263.8942.35
HexB136270454E1F7402a
Octal2616647010511637710052
Binary10110001110110100111010001011001110111111111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13627; }

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

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

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

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

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

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

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

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