#B64232

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

Shades of Medium Carmine #B64232

Tints of Medium Carmine #B64232

Color information

#B64232 (or 0xB64232) is unknown color: approx Medium Carmine. HEX triplet: B6, 42 and 32. RGB value is (182,66,50). Sum of RGB (Red+Green+Blue) = 182+66+50=298 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.07% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 182 - color contains mainly: red. Hex color #B64232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64232 is #49BDCD. Grayscale: #636363. Windows color (decimal): -4832718 or 3293878. OLE color: 3293878.

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

Color convert

RGB1826650-
CMYK00.640.730.29
HSL7.27º56.9%45.49%-
HSV(B)7.27º72.53%71.37%-
XYZ21.8214.074.58-
YUV98.86100.43187.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 61.07%
GREEN value IS 66 (26.17% from 255) = 22.15%
BLUE value IS 50 (19.92% from 255) = 16.78%
R=61.07%
G=22.15%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182665000.640.730.297.2756.945.49
HexB64232040491D7392d
Octal2661026201001113577155
Binary10110110100001011001001000000100100111101111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64232; }

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

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

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

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

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

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

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

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