#B73B37

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

Shades of Medium Carmine #B73B37

Tints of Medium Carmine #B73B37

Color information

#B73B37 (or 0xB73B37) is unknown color: approx Medium Carmine. HEX triplet: B7, 3B and 37. RGB value is (183,59,55). Sum of RGB (Red+Green+Blue) = 183+59+55=297 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.62% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 55 (21.88% from 255 or 18.52% from 297); Max value from RGB is 183 - color contains mainly: red. Hex color #B73B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73B37 is #48C4C8. Grayscale: #5F5F5F. Windows color (decimal): -4768969 or 3619767. OLE color: 3619767.

HSL color Cylindrical-coordinate representation of color #B73B37: hue angle of 1.88º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B73B37 is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB1835955-
CMYK00.680.700.28
HSL1.88º53.78%46.67%-
HSV(B)1.88º69.95%71.76%-
XYZ21.7813.475.07-
YUV95.62105.08190.33-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 61.62%
GREEN value IS 59 (23.44% from 255) = 19.87%
BLUE value IS 55 (21.88% from 255) = 18.52%
R=61.62%
G=19.87%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183595500.680.700.281.8853.7846.67
HexB73B37044461C2362f
Octal267736701041063426657
Binary101101111110111101110100010010001101110010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73B37; }

 p { color: rgb(183,59,55); }

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

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

 a { background-color: rgb(183,59,55); }

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

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

 span { border-color: rgb(183,59,55); }

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