Html Css Color HEX #B34539 Medium Carmine

📋 copy color: '#B34539'

red 179 ◦ green 69 ◦ blue 57

#B34539
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Carmine #B34539

Tints of Medium Carmine #B34539

RGB

 RED value IS 179 (70.31% from 255) = 58.69%

 GREEN value IS 69 (27.34% from 255) = 22.62%

 BLUE value IS 57 (22.66% from 255) = 18.69%

R = 58.69%
G = 22.62%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B34539 (or 0xB34539) is known color: Medium Carmine. HEX triplet: B3, 45 and 39. RGB value is (179,69,57). Sum of RGB (Red+Green+Blue) = 179+69+57=305 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.69% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 57 (22.66% from 255 or 18.69% from 305); Max value from RGB is 179 - color contains mainly: red. Hex color #B34539 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34539 is #4CBAC6. Grayscale: #646464. Windows color (decimal): -5028551 or 3753395. OLE color: 3753395.

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

Color convert

RGB 179 69 57 -
CMYK 0 0.61 0.68 0.30
HSL 5.9º 0.52% 0.46% -
HSV(B) 5.9º 0.68% 0.7% -
XYZ 21.46 14.14 5.47 -
YUV 100.52 103.44 183.98 -
System Red Green Blue C M Y K H S L
Decimal 179 69 57 0 0.61 0.68 0.30 5.9 0.52 0.46
Hex B3 45 39 0 3D 44 1E 6 34 2E
Octal 263 105 71 0 75 104 36 6 64 56
Binary 10110011 1000101 111001 0 111101 1000100 11110 110 110100 101110

Color Harmonies of #B34539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34539

Black with #B34539

Text Example


Text Example

White with #B34539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34539; }

 p { color: rgb(179,69,57); }

 H1.HeaderClassName
 {
   color: #B34539;
 }
 .AnyTagClassName
 {
   color: #B34539;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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