#B93C35

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

Shades of Medium Carmine #B93C35

Tints of Medium Carmine #B93C35

Color information

#B93C35 (or 0xB93C35) is unknown color: approx Medium Carmine. HEX triplet: B9, 3C and 35. RGB value is (185,60,53). Sum of RGB (Red+Green+Blue) = 185+60+53=298 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.08% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 53 (21.09% from 255 or 17.79% from 298); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93C35 is #46C3CA. Grayscale: #606060. Windows color (decimal): -4637643 or 3488953. OLE color: 3488953.

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

Color convert

RGB1856053-
CMYK00.680.710.27
HSL3.18º55.46%46.67%-
HSV(B)3.18º71.35%72.55%-
XYZ22.2713.84.86-
YUV96.58103.41191.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 62.08%
GREEN value IS 60 (23.83% from 255) = 20.13%
BLUE value IS 53 (21.09% from 255) = 17.79%
R=62.08%
G=20.13%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185605300.680.710.273.1855.4646.67
HexB93C35044471B3372f
Octal271746501041073336757
Binary101110011111001101010100010010001111101111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93C35; }

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

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

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

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

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

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

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

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