Html Css Color HEX #B34340 Medium Carmine

📋 copy color: '#B34340'

red 179 ◦ green 67 ◦ blue 64

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

Shades of Medium Carmine #B34340

Tints of Medium Carmine #B34340

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.61%

 BLUE value IS 64 (25.39% from 255) = 20.65%

R = 57.74%
G = 21.61%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B34340 (or 0xB34340) is known color: Medium Carmine. HEX triplet: B3, 43 and 40. RGB value is (179,67,64). Sum of RGB (Red+Green+Blue) = 179+67+64=310 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.74% from 310); Green value is 67 (26.56% from 255 or 21.61% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 179 - color contains mainly: red. Hex color #B34340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34340 is #4CBCBF. Grayscale: #646464. Windows color (decimal): -5029056 or 4211635. OLE color: 4211635.

HSL color Cylindrical-coordinate representation of color #B34340: hue angle of 1.57º 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 #B34340 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 67 64 -
CMYK 0 0.63 0.64 0.30
HSL 1.57º 0.47% 0.48% -
HSV(B) 1.57º 0.64% 0.7% -
XYZ 21.52 13.97 6.41 -
YUV 100.15 107.61 184.24 -
System Red Green Blue C M Y K H S L
Decimal 179 67 64 0 0.63 0.64 0.30 1.57 0.47 0.48
Hex B3 43 40 0 3F 40 1E 2 2F 30
Octal 263 103 100 0 77 100 36 2 57 60
Binary 10110011 1000011 1000000 0 111111 1000000 11110 10 101111 110000

Color Harmonies of #B34340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34340

Black with #B34340

Text Example


Text Example

White with #B34340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34340; }

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

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

background-color css

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

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

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

border-color css

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

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

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