#B73932

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

Shades of Medium Carmine #B73932

Tints of Medium Carmine #B73932

Color information

#B73932 (or 0xB73932) is unknown color: approx Medium Carmine. HEX triplet: B7, 39 and 32. RGB value is (183,57,50). Sum of RGB (Red+Green+Blue) = 183+57+50=290 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.10% from 290); Green value is 57 (22.66% from 255 or 19.66% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 183 - color contains mainly: red. Hex color #B73932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73932 is #48C6CD. Grayscale: #5E5E5E. Windows color (decimal): -4769486 or 3291575. OLE color: 3291575.

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

Color convert

RGB1835750-
CMYK00.690.730.28
HSL3.16º57.08%45.69%-
HSV(B)3.16º72.68%71.76%-
XYZ21.5713.224.43-
YUV93.88103.24191.57-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 63.10%
GREEN value IS 57 (22.66% from 255) = 19.66%
BLUE value IS 50 (19.92% from 255) = 17.24%
R=63.10%
G=19.66%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183575000.690.730.283.1657.0845.69
HexB73932045491C3392e
Octal267716201051113437156
Binary101101111110011100100100010110010011110011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73932; }

 p { color: rgb(183,57,50); }

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

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

 a { background-color: rgb(183,57,50); }

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

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

 span { border-color: rgb(183,57,50); }

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