#B93B34

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

Shades of Medium Carmine #B93B34

Tints of Medium Carmine #B93B34

Color information

#B93B34 (or 0xB93B34) is unknown color: approx Medium Carmine. HEX triplet: B9, 3B and 34. RGB value is (185,59,52). Sum of RGB (Red+Green+Blue) = 185+59+52=296 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.5% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 52 (20.70% from 255 or 17.57% from 296); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93B34 is #46C4CB. Grayscale: #606060. Windows color (decimal): -4637900 or 3423161. OLE color: 3423161.

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

Color convert

RGB1855952-
CMYK00.680.720.27
HSL3.16º56.12%46.47%-
HSV(B)3.16º71.89%72.55%-
XYZ22.1913.694.72-
YUV95.88103.24191.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 62.5%
GREEN value IS 59 (23.44% from 255) = 19.93%
BLUE value IS 52 (20.70% from 255) = 17.57%
R=62.5%
G=19.93%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185595200.680.720.273.1656.1246.47
HexB93B34044481B3382e
Octal271736401041103337056
Binary101110011110111101000100010010010001101111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93B34; }

 p { color: rgb(185,59,52); }

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

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

 a { background-color: rgb(185,59,52); }

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

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

 span { border-color: rgb(185,59,52); }

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