#B13927

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

Shades of Medium Carmine #B13927

Tints of Medium Carmine #B13927

Color information

#B13927 (or 0xB13927) is unknown color: approx Medium Carmine. HEX triplet: B1, 39 and 27. RGB value is (177,57,39). Sum of RGB (Red+Green+Blue) = 177+57+39=273 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.84% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 39 (15.62% from 255 or 14.29% from 273); Max value from RGB is 177 - color contains mainly: red. Hex color #B13927 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13927 is #4EC6D8. Grayscale: #5B5B5B. Windows color (decimal): -5162713 or 2570673. OLE color: 2570673.

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

Color convert

RGB1775739-
CMYK00.680.780.31
HSL7.83º63.89%42.35%-
HSV(B)7.83º77.97%69.41%-
XYZ19.9612.423.26-
YUV90.8398.76189.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 64.84%
GREEN value IS 57 (22.66% from 255) = 20.88%
BLUE value IS 39 (15.62% from 255) = 14.29%
R=64.84%
G=20.88%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177573900.680.780.317.8363.8942.35
HexB139270444E1F8402a
Octal26171470104116371010052
Binary101100011110011001110100010010011101111110001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13927; }

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

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

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

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

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

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

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

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