#B93C36

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

Shades of Medium Carmine #B93C36

Tints of Medium Carmine #B93C36

Color information

#B93C36 (or 0xB93C36) is unknown color: approx Medium Carmine. HEX triplet: B9, 3C and 36. RGB value is (185,60,54). Sum of RGB (Red+Green+Blue) = 185+60+54=299 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.87% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93C36 is #46C3C9. Grayscale: #606060. Windows color (decimal): -4637642 or 3554489. OLE color: 3554489.

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

Color convert

RGB1856054-
CMYK00.680.710.27
HSL2.75º54.81%46.86%-
HSV(B)2.75º70.81%72.55%-
XYZ22.2913.814.98-
YUV96.69103.91190.99-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 61.87%
GREEN value IS 60 (23.83% from 255) = 20.07%
BLUE value IS 54 (21.48% from 255) = 18.06%
R=61.87%
G=20.07%
B=18.06%

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
Decimal185605400.680.710.272.7554.8146.86
HexB93C36044471B3372f
Octal271746601041073336757
Binary101110011111001101100100010010001111101111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93C36; }

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

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

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

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

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

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

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

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