#B93231

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

Shades of Medium Carmine #B93231

Tints of Medium Carmine #B93231

Color information

#B93231 (or 0xB93231) is unknown color: approx Medium Carmine. HEX triplet: B9, 32 and 31. RGB value is (185,50,49). Sum of RGB (Red+Green+Blue) = 185+50+49=284 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.14% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 185 - color contains mainly: red. Hex color #B93231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93231 is #46CDCE. Grayscale: #5A5A5A. Windows color (decimal): -4640207 or 3224249. OLE color: 3224249.

HSL color Cylindrical-coordinate representation of color #B93231: hue angle of 0.44º 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 #B93231 is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB1855049-
CMYK00.730.740.27
HSL0.44º58.12%45.88%-
HSV(B)0.44º73.51%72.55%-
XYZ21.712.824.24-
YUV90.25104.73195.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 65.14%
GREEN value IS 50 (19.92% from 255) = 17.61%
BLUE value IS 49 (19.53% from 255) = 17.25%
R=65.14%
G=17.61%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185504900.730.740.270.4458.1245.88
HexB932310494A1B03a2e
Octal271626101111123307256
Binary10111001110010110001010010011001010110110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93231; }

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

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

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

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

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

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

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

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