#B93E38

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

Shades of Medium Carmine #B93E38

Tints of Medium Carmine #B93E38

Color information

#B93E38 (or 0xB93E38) is unknown color: approx Medium Carmine. HEX triplet: B9, 3E and 38. RGB value is (185,62,56). Sum of RGB (Red+Green+Blue) = 185+62+56=303 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.06% from 303); Green value is 62 (24.61% from 255 or 20.46% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 185 - color contains mainly: red. Hex color #B93E38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93E38 is #46C1C7. Grayscale: #626262. Windows color (decimal): -4637128 or 3686073. OLE color: 3686073.

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

Color convert

RGB1856256-
CMYK00.660.700.27
HSL2.79º53.53%47.25%-
HSV(B)2.79º69.73%72.55%-
XYZ22.4414.055.27-
YUV98.09104.25189.99-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 61.06%
GREEN value IS 62 (24.61% from 255) = 20.46%
BLUE value IS 56 (22.27% from 255) = 18.48%
R=61.06%
G=20.46%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185625600.660.700.272.7953.5347.25
HexB93E38042461B3362f
Octal271767001021063336657
Binary101110011111101110000100001010001101101111110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93E38; }

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

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

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

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

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

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

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

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