Html Css Color HEX #B14937 Medium Carmine

📋 copy color: '#B14937'

red 177 ◦ green 73 ◦ blue 55

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

Shades of Medium Carmine #B14937

Tints of Medium Carmine #B14937

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.93%

 BLUE value IS 55 (21.88% from 255) = 18.03%

R = 58.03%
G = 23.93%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B14937 (or 0xB14937) is known color: Medium Carmine. HEX triplet: B1, 49 and 37. RGB value is (177,73,55). Sum of RGB (Red+Green+Blue) = 177+73+55=305 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.03% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 55 (21.88% from 255 or 18.03% from 305); Max value from RGB is 177 - color contains mainly: red. Hex color #B14937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14937 is #4EB6C8. Grayscale: #666666. Windows color (decimal): -5158601 or 3623345. OLE color: 3623345.

HSL color Cylindrical-coordinate representation of color #B14937: hue angle of 8.85º 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 #B14937 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 73 55 -
CMYK 0 0.59 0.69 0.31
HSL 8.85º 0.53% 0.45% -
HSV(B) 8.85º 0.69% 0.69% -
XYZ 21.2 14.39 5.27 -
YUV 102.04 101.46 181.46 -
System Red Green Blue C M Y K H S L
Decimal 177 73 55 0 0.59 0.69 0.31 8.85 0.53 0.45
Hex B1 49 37 0 3B 45 1F 9 35 2D
Octal 261 111 67 0 73 105 37 11 65 55
Binary 10110001 1001001 110111 0 111011 1000101 11111 1001 110101 101101

Color Harmonies of #B14937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14937

Black with #B14937

Text Example


Text Example

White with #B14937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14937; }

 p { color: rgb(177,73,55); }

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

background-color css

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

 a { background-color: rgb(177,73,55); }

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

border-color css

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

 span { border-color: rgb(177,73,55); }

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