#B34329

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

Shades of Medium Carmine #B34329

Tints of Medium Carmine #B34329

Color information

#B34329 (or 0xB34329) is unknown color: approx Medium Carmine. HEX triplet: B3, 43 and 29. RGB value is (179,67,41). Sum of RGB (Red+Green+Blue) = 179+67+41=287 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.37% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 179 - color contains mainly: red. Hex color #B34329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34329 is #4CBCD6. Grayscale: #616161. Windows color (decimal): -5029079 or 2704307. OLE color: 2704307.

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

Color convert

RGB1796741-
CMYK00.630.770.30
HSL11.3º62.73%43.14%-
HSV(B)11.3º77.09%70.2%-
XYZ2113.763.65-
YUV97.5296.11186.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 62.37%
GREEN value IS 67 (26.56% from 255) = 23.34%
BLUE value IS 41 (16.41% from 255) = 14.29%
R=62.37%
G=23.34%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179674100.630.770.3011.362.7343.14
HexB3432903F4D1Eb3f2b
Octal2631035107711536137753
Binary10110011100001110100101111111001101111101011111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34329; }

 p { color: rgb(179,67,41); }

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

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

 a { background-color: rgb(179,67,41); }

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

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

 span { border-color: rgb(179,67,41); }

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