#B64036

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

Shades of Medium Carmine #B64036

Tints of Medium Carmine #B64036

Color information

#B64036 (or 0xB64036) is unknown color: approx Medium Carmine. HEX triplet: B6, 40 and 36. RGB value is (182,64,54). Sum of RGB (Red+Green+Blue) = 182+64+54=300 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.67% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 54 (21.48% from 255 or 18% from 300); Max value from RGB is 182 - color contains mainly: red. Hex color #B64036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64036 is #49BFC9. Grayscale: #626262. Windows color (decimal): -4833226 or 3555510. OLE color: 3555510.

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

Color convert

RGB1826454-
CMYK00.650.700.29
HSL4.69º54.24%46.27%-
HSV(B)4.69º70.33%71.37%-
XYZ21.7913.885.02-
YUV98.14103.09187.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 60.67%
GREEN value IS 64 (25.39% from 255) = 21.33%
BLUE value IS 54 (21.48% from 255) = 18%
R=60.67%
G=21.33%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182645400.650.700.294.6954.2446.27
HexB64036041461D5362e
Octal2661006601011063556656
Binary10110110100000011011001000001100011011101101110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64036; }

 p { color: rgb(182,64,54); }

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

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

 a { background-color: rgb(182,64,54); }

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

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

 span { border-color: rgb(182,64,54); }

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