#B93736

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

Shades of Medium Carmine #B93736

Tints of Medium Carmine #B93736

Color information

#B93736 (or 0xB93736) is unknown color: approx Medium Carmine. HEX triplet: B9, 37 and 36. RGB value is (185,55,54). Sum of RGB (Red+Green+Blue) = 185+55+54=294 (38% of max value = 765). Red value is 185 (72.66% from 255 or 62.93% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 54 (21.48% from 255 or 18.37% from 294); Max value from RGB is 185 - color contains mainly: red. Hex color #B93736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93736 is #46C8C9. Grayscale: #5D5D5D. Windows color (decimal): -4638922 or 3553209. OLE color: 3553209.

HSL color Cylindrical-coordinate representation of color #B93736: hue angle of 0.46º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B93736 is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB1855554-
CMYK00.700.710.27
HSL0.46º54.81%46.86%-
HSV(B)0.46º70.81%72.55%-
XYZ22.0413.314.9-
YUV93.76105.57193.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 62.93%
GREEN value IS 55 (21.88% from 255) = 18.71%
BLUE value IS 54 (21.48% from 255) = 18.37%
R=62.93%
G=18.71%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185555400.700.710.270.4654.8146.86
HexB93736046471B0372f
Octal271676601061073306757
Binary10111001110111110110010001101000111110110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93736; }

 p { color: rgb(185,55,54); }

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

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

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

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

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

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

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