#b73e2b

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

Shades of Medium Carmine #B73E2B

Tints of Medium Carmine #B73E2B

Color information

#B73E2B (or 0xB73E2B) is unknown color: approx Medium Carmine. HEX triplet: B7, 3E and 2B. RGB value is (183,62,43). Sum of RGB (Red+Green+Blue) = 183+62+43=288 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.54% from 288); Green value is 62 (24.61% from 255 or 21.53% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 183 - color contains mainly: red. Hex color #B73E2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73E2B is #48C1D4. Grayscale: #606060. Windows color (decimal): -4768213 or 2834103. OLE color: 2834103.

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

Color convert

RGB1836243-
CMYK00.660.770.28
HSL8.14º61.95%44.31%-
HSV(B)8.14º76.5%71.76%-
XYZ21.6913.693.78-
YUV96.0198.09190.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 63.54%
GREEN value IS 62 (24.61% from 255) = 21.53%
BLUE value IS 43 (17.19% from 255) = 14.93%
R=63.54%
G=21.53%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183624300.660.770.288.1461.9544.31
HexB73E2B0424D1C83e2c
Octal2677653010211534107654
Binary10110111111110101011010000101001101111001000111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b73e2b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b73e2b; }

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

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

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

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

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

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

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

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