#B64731

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

Shades of Medium Carmine #B64731

Tints of Medium Carmine #B64731

Color information

#B64731 (or 0xB64731) is unknown color: approx Medium Carmine. HEX triplet: B6, 47 and 31. RGB value is (182,71,49). Sum of RGB (Red+Green+Blue) = 182+71+49=302 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.26% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 49 (19.53% from 255 or 16.23% from 302); Max value from RGB is 182 - color contains mainly: red. Hex color #B64731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64731 is #49B8CE. Grayscale: #656565. Windows color (decimal): -4831439 or 3229622. OLE color: 3229622.

HSL color Cylindrical-coordinate representation of color #B64731: hue angle of 9.92º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B64731 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB1827149-
CMYK00.610.730.29
HSL9.92º57.58%45.29%-
HSV(B)9.92º73.08%71.37%-
XYZ22.114.674.57-
YUV101.6898.27185.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 60.26%
GREEN value IS 71 (28.12% from 255) = 23.51%
BLUE value IS 49 (19.53% from 255) = 16.23%
R=60.26%
G=23.51%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182714900.610.730.299.9257.5845.29
HexB6473103D491Da3a2d
Octal2661076107511135127255
Binary10110110100011111000101111011001001111011010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64731; }

 p { color: rgb(182,71,49); }

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

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

 a { background-color: rgb(182,71,49); }

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

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

 span { border-color: rgb(182,71,49); }

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