Html Css Color HEX #B14731 Medium Carmine

📋 copy color: '#B14731'

red 177 ◦ green 71 ◦ blue 49

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

Shades of Medium Carmine #B14731

Tints of Medium Carmine #B14731

RGB

 RED value IS 177 (69.53% from 255) = 59.6%

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

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

R = 59.6%
G = 23.91%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B14731 (or 0xB14731) is known color: Medium Carmine. HEX triplet: B1, 47 and 31. RGB value is (177,71,49). Sum of RGB (Red+Green+Blue) = 177+71+49=297 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.60% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 177 - color contains mainly: red. Hex color #B14731 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14731 is #4EB8CE. Grayscale: #646464. Windows color (decimal): -5159119 or 3229617. OLE color: 3229617.

HSL color Cylindrical-coordinate representation of color #B14731: hue angle of 10.31º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B14731 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 71 49 -
CMYK 0 0.60 0.72 0.31
HSL 10.31º 0.57% 0.44% -
HSV(B) 10.31º 0.72% 0.69% -
XYZ 20.94 14.08 4.52 -
YUV 100.19 99.12 182.79 -
System Red Green Blue C M Y K H S L
Decimal 177 71 49 0 0.60 0.72 0.31 10.31 0.57 0.44
Hex B1 47 31 0 3C 48 1F A 39 2C
Octal 261 107 61 0 74 110 37 12 71 54
Binary 10110001 1000111 110001 0 111100 1001000 11111 1010 111001 101100

Color Harmonies of #B14731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14731

Black with #B14731

Text Example


Text Example

White with #B14731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14731; }

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

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

background-color css

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

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

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

border-color css

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

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

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