#B34C3C

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

Shades of Medium Carmine #B34C3C

Tints of Medium Carmine #B34C3C

Color information

#B34C3C (or 0xB34C3C) is unknown color: approx Medium Carmine. HEX triplet: B3, 4C and 3C. RGB value is (179,76,60). Sum of RGB (Red+Green+Blue) = 179+76+60=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34C3C is #4CB3C3. Grayscale: #696969. Windows color (decimal): -5026756 or 3951795. OLE color: 3951795.

HSL color Cylindrical-coordinate representation of color #B34C3C: hue angle of 8.07º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B34C3C is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB1797660-
CMYK00.580.660.30
HSL8.07º49.79%46.86%-
HSV(B)8.07º66.48%70.2%-
XYZ21.9915.086.03-
YUV104.97102.62180.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 56.83%
GREEN value IS 76 (30.08% from 255) = 24.13%
BLUE value IS 60 (23.83% from 255) = 19.05%
R=56.83%
G=24.13%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179766000.580.660.308.0749.7946.86
HexB34C3C03A421E8322f
Octal2631147407210236106257
Binary10110011100110011110001110101000010111101000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34C3C; }

 p { color: rgb(179,76,60); }

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

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

 a { background-color: rgb(179,76,60); }

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

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

 span { border-color: rgb(179,76,60); }

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