#B64429

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

Shades of Medium Carmine #B64429

Tints of Medium Carmine #B64429

Color information

#B64429 (or 0xB64429) is unknown color: approx Medium Carmine. HEX triplet: B6, 44 and 29. RGB value is (182,68,41). Sum of RGB (Red+Green+Blue) = 182+68+41=291 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.54% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 41 (16.41% from 255 or 14.09% from 291); Max value from RGB is 182 - color contains mainly: red. Hex color #B64429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64429 is #49BBD6. Grayscale: #636363. Windows color (decimal): -4832215 or 2704566. OLE color: 2704566.

HSL color Cylindrical-coordinate representation of color #B64429: hue angle of 11.49º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B64429 is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB1826841-
CMYK00.630.770.29
HSL11.49º63.23%43.73%-
HSV(B)11.49º77.47%71.37%-
XYZ21.7614.243.7-
YUV99.0195.27187.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 62.54%
GREEN value IS 68 (26.95% from 255) = 23.37%
BLUE value IS 41 (16.41% from 255) = 14.09%
R=62.54%
G=23.37%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182684100.630.770.2911.4963.2343.73
HexB6442903F4D1Db3f2c
Octal2661045107711535137754
Binary10110110100010010100101111111001101111011011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64429; }

 p { color: rgb(182,68,41); }

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

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

 a { background-color: rgb(182,68,41); }

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

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

 span { border-color: rgb(182,68,41); }

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