#B73E3D

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

Shades of Medium Carmine #B73E3D

Tints of Medium Carmine #B73E3D

Color information

#B73E3D (or 0xB73E3D) is unknown color: approx Medium Carmine. HEX triplet: B7, 3E and 3D. RGB value is (183,62,61). Sum of RGB (Red+Green+Blue) = 183+62+61=306 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.80% from 306); Green value is 62 (24.61% from 255 or 20.26% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 183 - color contains mainly: red. Hex color #B73E3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73E3D is #48C1C2. Grayscale: #626262. Windows color (decimal): -4768195 or 4013751. OLE color: 4013751.

HSL color Cylindrical-coordinate representation of color #B73E3D: hue angle of 0.49º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B73E3D is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB1836261-
CMYK00.660.670.28
HSL0.49º50%47.84%-
HSV(B)0.49º66.67%71.76%-
XYZ22.0913.855.92-
YUV98.06107.09188.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 59.80%
GREEN value IS 62 (24.61% from 255) = 20.26%
BLUE value IS 61 (24.22% from 255) = 19.93%
R=59.80%
G=20.26%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183626100.660.670.280.495047.84
HexB73E3D042431C03230
Octal267767501021033406260
Binary10110111111110111101010000101000011111000110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73E3D; }

 p { color: rgb(183,62,61); }

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

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

 a { background-color: rgb(183,62,61); }

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

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

 span { border-color: rgb(183,62,61); }

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