#B73E36

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

Shades of Medium Carmine #B73E36

Tints of Medium Carmine #B73E36

Color information

#B73E36 (or 0xB73E36) is unknown color: approx Medium Carmine. HEX triplet: B7, 3E and 36. RGB value is (183,62,54). Sum of RGB (Red+Green+Blue) = 183+62+54=299 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.20% from 299); Green value is 62 (24.61% from 255 or 20.74% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 183 - color contains mainly: red. Hex color #B73E36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73E36 is #48C1C9. Grayscale: #616161. Windows color (decimal): -4768202 or 3554999. OLE color: 3554999.

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

Color convert

RGB1836254-
CMYK00.660.700.28
HSL3.72º54.43%46.47%-
HSV(B)3.72º70.49%71.76%-
XYZ21.9213.784.99-
YUV97.27103.59189.15-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 61.20%
GREEN value IS 62 (24.61% from 255) = 20.74%
BLUE value IS 54 (21.48% from 255) = 18.06%
R=61.20%
G=20.74%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183625400.660.700.283.7254.4346.47
HexB73E36042461C4362e
Octal267766601021063446656
Binary1011011111111011011001000010100011011100100110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73E36; }

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

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

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

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

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

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

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

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