#B93331

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

Shades of Medium Carmine #B93331

Tints of Medium Carmine #B93331

Color information

#B93331 (or 0xB93331) is unknown color: approx Medium Carmine. HEX triplet: B9, 33 and 31. RGB value is (185,51,49). Sum of RGB (Red+Green+Blue) = 185+51+49=285 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.91% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 185 - color contains mainly: red. Hex color #B93331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93331 is #46CCCE. Grayscale: #5A5A5A. Windows color (decimal): -4639951 or 3224505. OLE color: 3224505.

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

Color convert

RGB1855149-
CMYK00.720.740.27
HSL0.88º58.12%45.88%-
HSV(B)0.88º73.51%72.55%-
XYZ21.7512.94.25-
YUV90.84104.39195.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 64.91%
GREEN value IS 51 (20.31% from 255) = 17.89%
BLUE value IS 49 (19.53% from 255) = 17.19%
R=64.91%
G=17.89%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185514900.720.740.270.8858.1245.88
HexB933310484A1B13a2e
Octal271636101101123317256
Binary10111001110011110001010010001001010110111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93331; }

 p { color: rgb(185,51,49); }

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

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

 a { background-color: rgb(185,51,49); }

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

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

 span { border-color: rgb(185,51,49); }

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