#B93935

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

Shades of Medium Carmine #B93935

Tints of Medium Carmine #B93935

Color information

#B93935 (or 0xB93935) is unknown color: approx Medium Carmine. HEX triplet: B9, 39 and 35. RGB value is (185,57,53). Sum of RGB (Red+Green+Blue) = 185+57+53=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B93935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93935 is #46C6CA. Grayscale: #5E5E5E. Windows color (decimal): -4638411 or 3488185. OLE color: 3488185.

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

Color convert

RGB1855753-
CMYK00.690.710.27
HSL1.82º55.46%46.67%-
HSV(B)1.82º71.35%72.55%-
XYZ22.1113.54.81-
YUV94.82104.41192.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 62.71%
GREEN value IS 57 (22.66% from 255) = 19.32%
BLUE value IS 53 (21.09% from 255) = 17.97%
R=62.71%
G=19.32%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185575300.690.710.271.8255.4646.67
HexB93935045471B2372f
Octal271716501051073326757
Binary101110011110011101010100010110001111101110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93935; }

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

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

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

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

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

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

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

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