#B64332

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

Shades of Medium Carmine #B64332

Tints of Medium Carmine #B64332

Color information

#B64332 (or 0xB64332) is unknown color: approx Medium Carmine. HEX triplet: B6, 43 and 32. RGB value is (182,67,50). Sum of RGB (Red+Green+Blue) = 182+67+50=299 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.87% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 50 (19.92% from 255 or 16.72% from 299); Max value from RGB is 182 - color contains mainly: red. Hex color #B64332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64332 is #49BCCD. Grayscale: #636363. Windows color (decimal): -4832462 or 3294134. OLE color: 3294134.

HSL color Cylindrical-coordinate representation of color #B64332: hue angle of 7.73º degrees, saturation: 0.57, 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 #B64332 is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB1826750-
CMYK00.630.730.29
HSL7.73º56.9%45.49%-
HSV(B)7.73º72.53%71.37%-
XYZ21.8714.194.6-
YUV99.45100.1186.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 60.87%
GREEN value IS 67 (26.56% from 255) = 22.41%
BLUE value IS 50 (19.92% from 255) = 16.72%
R=60.87%
G=22.41%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182675000.630.730.297.7356.945.49
HexB6433203F491D8392d
Octal2661036207711135107155
Binary10110110100001111001001111111001001111011000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64332; }

 p { color: rgb(182,67,50); }

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

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

 a { background-color: rgb(182,67,50); }

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

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

 span { border-color: rgb(182,67,50); }

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