#B93E3C

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

Shades of Medium Carmine #B93E3C

Tints of Medium Carmine #B93E3C

Color information

#B93E3C (or 0xB93E3C) is unknown color: approx Medium Carmine. HEX triplet: B9, 3E and 3C. RGB value is (185,62,60). Sum of RGB (Red+Green+Blue) = 185+62+60=307 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.26% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 185 - color contains mainly: red. Hex color #B93E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93E3C is #46C1C3. Grayscale: #626262. Windows color (decimal): -4637124 or 3948217. OLE color: 3948217.

HSL color Cylindrical-coordinate representation of color #B93E3C: hue angle of 0.96º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B93E3C is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB1856260-
CMYK00.660.680.27
HSL0.96º51.02%48.04%-
HSV(B)0.96º67.57%72.55%-
XYZ22.5514.095.81-
YUV98.55106.25189.66-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 60.26%
GREEN value IS 62 (24.61% from 255) = 20.20%
BLUE value IS 60 (23.83% from 255) = 19.54%
R=60.26%
G=20.20%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185626000.660.680.270.9651.0248.04
HexB93E3C042441B13330
Octal271767401021043316360
Binary10111001111110111100010000101000100110111110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93E3C; }

 p { color: rgb(185,62,60); }

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

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

 a { background-color: rgb(185,62,60); }

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

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

 span { border-color: rgb(185,62,60); }

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