#B73C32

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

Shades of Medium Carmine #B73C32

Tints of Medium Carmine #B73C32

Color information

#B73C32 (or 0xB73C32) is unknown color: approx Medium Carmine. HEX triplet: B7, 3C and 32. RGB value is (183,60,50). Sum of RGB (Red+Green+Blue) = 183+60+50=293 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.46% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73C32 is #48C3CD. Grayscale: #5F5F5F. Windows color (decimal): -4768718 or 3292343. OLE color: 3292343.

HSL color Cylindrical-coordinate representation of color #B73C32: hue angle of 4.51º 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 #B73C32 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB1836050-
CMYK00.670.730.28
HSL4.51º57.08%45.69%-
HSV(B)4.51º72.68%71.76%-
XYZ21.7213.534.48-
YUV95.64102.25190.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 62.46%
GREEN value IS 60 (23.83% from 255) = 20.48%
BLUE value IS 50 (19.92% from 255) = 17.06%
R=62.46%
G=20.48%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183605000.670.730.284.5157.0845.69
HexB73C32043491C5392e
Octal267746201031113457156
Binary1011011111110011001001000011100100111100101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73C32; }

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

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

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

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

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

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

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

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