#B34040

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

Shades of Medium Carmine #B34040

Tints of Medium Carmine #B34040

Color information

#B34040 (or 0xB34040) is unknown color: approx Medium Carmine. HEX triplet: B3, 40 and 40. RGB value is (179,64,64). Sum of RGB (Red+Green+Blue) = 179+64+64=307 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.31% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 179 - color contains mainly: red. Hex color #B34040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34040 is #4CBFBF. Grayscale: #626262. Windows color (decimal): -5029824 or 4210867. OLE color: 4210867.

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

Color convert

RGB1796464-
CMYK00.640.640.30
HSL47.33%47.65%-
HSV(B)64.25%70.2%-
XYZ21.3513.626.35-
YUV98.38108.6185.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 58.31%
GREEN value IS 64 (25.39% from 255) = 20.85%
BLUE value IS 64 (25.39% from 255) = 20.85%
R=58.31%
G=20.85%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179646400.640.640.30047.3347.65
HexB34040040401E02f30
Octal26310010001001003605760
Binary1011001110000001000000010000001000000111100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34040; }

 p { color: rgb(179,64,64); }

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

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

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

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

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

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

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