Html Css Color HEX #B14736 Medium Carmine

📋 copy color: '#B14736'

red 177 ◦ green 71 ◦ blue 54

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

Shades of Medium Carmine #B14736

Tints of Medium Carmine #B14736

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.88%

R = 58.61%
G = 23.51%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B14736 (or 0xB14736) is known color: Medium Carmine. HEX triplet: B1, 47 and 36. RGB value is (177,71,54). Sum of RGB (Red+Green+Blue) = 177+71+54=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 54 (21.48% from 255 or 17.88% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B14736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14736 is #4EB8C9. Grayscale: #646464. Windows color (decimal): -5159114 or 3557297. OLE color: 3557297.

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

Color convert

RGB 177 71 54 -
CMYK 0 0.60 0.69 0.31
HSL 8.29º 0.53% 0.45% -
HSV(B) 8.29º 0.69% 0.69% -
XYZ 21.05 14.12 5.11 -
YUV 100.76 101.62 182.38 -
System Red Green Blue C M Y K H S L
Decimal 177 71 54 0 0.60 0.69 0.31 8.29 0.53 0.45
Hex B1 47 36 0 3C 45 1F 8 35 2D
Octal 261 107 66 0 74 105 37 10 65 55
Binary 10110001 1000111 110110 0 111100 1000101 11111 1000 110101 101101

Color Harmonies of #B14736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14736

Black with #B14736

Text Example


Text Example

White with #B14736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14736; }

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

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

background-color css

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

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

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

border-color css

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

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

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