Html Css Color HEX #B34732 Medium Carmine

📋 copy color: '#B34732'

red 179 ◦ green 71 ◦ blue 50

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

Shades of Medium Carmine #B34732

Tints of Medium Carmine #B34732

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.67%

 BLUE value IS 50 (19.92% from 255) = 16.67%

R = 59.67%
G = 23.67%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B34732 (or 0xB34732) is known color: Medium Carmine. HEX triplet: B3, 47 and 32. RGB value is (179,71,50). Sum of RGB (Red+Green+Blue) = 179+71+50=300 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.67% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 179 - color contains mainly: red. Hex color #B34732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34732 is #4CB8CD. Grayscale: #656565. Windows color (decimal): -5028046 or 3295155. OLE color: 3295155.

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

Color convert

RGB 179 71 50 -
CMYK 0 0.60 0.72 0.30
HSL 9.77º 0.56% 0.45% -
HSV(B) 9.77º 0.72% 0.7% -
XYZ 21.42 14.32 4.65 -
YUV 100.9 99.28 183.71 -
System Red Green Blue C M Y K H S L
Decimal 179 71 50 0 0.60 0.72 0.30 9.77 0.56 0.45
Hex B3 47 32 0 3C 48 1E A 38 2D
Octal 263 107 62 0 74 110 36 12 70 55
Binary 10110011 1000111 110010 0 111100 1001000 11110 1010 111000 101101

Color Harmonies of #B34732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34732

Black with #B34732

Text Example


Text Example

White with #B34732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34732; }

 p { color: rgb(179,71,50); }

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

background-color css

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

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

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

border-color css

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

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

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