Html Css Color HEX #B34731 Medium Carmine

📋 copy color: '#B34731'

red 179 ◦ green 71 ◦ blue 49

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

Shades of Medium Carmine #B34731

Tints of Medium Carmine #B34731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.39%

R = 59.87%
G = 23.75%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B34731 (or 0xB34731) is known color: Medium Carmine. HEX triplet: B3, 47 and 31. RGB value is (179,71,49). Sum of RGB (Red+Green+Blue) = 179+71+49=299 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.87% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 49 (19.53% from 255 or 16.39% from 299); Max value from RGB is 179 - color contains mainly: red. Hex color #B34731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34731 is #4CB8CE. Grayscale: #646464. Windows color (decimal): -5028047 or 3229619. OLE color: 3229619.

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

Color convert

RGB 179 71 49 -
CMYK 0 0.60 0.73 0.30
HSL 10.15º 0.57% 0.45% -
HSV(B) 10.15º 0.73% 0.7% -
XYZ 21.4 14.31 4.54 -
YUV 100.78 98.78 183.79 -
System Red Green Blue C M Y K H S L
Decimal 179 71 49 0 0.60 0.73 0.30 10.15 0.57 0.45
Hex B3 47 31 0 3C 49 1E A 39 2D
Octal 263 107 61 0 74 111 36 12 71 55
Binary 10110011 1000111 110001 0 111100 1001001 11110 1010 111001 101101

Color Harmonies of #B34731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34731

Black with #B34731

Text Example


Text Example

White with #B34731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34731; }

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

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

background-color css

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

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

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

border-color css

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

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

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