Html Css Color HEX #B14939 Medium Carmine

📋 copy color: '#B14939'

red 177 ◦ green 73 ◦ blue 57

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

Shades of Medium Carmine #B14939

Tints of Medium Carmine #B14939

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.57%

R = 57.65%
G = 23.78%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B14939 (or 0xB14939) is known color: Medium Carmine. HEX triplet: B1, 49 and 39. RGB value is (177,73,57). Sum of RGB (Red+Green+Blue) = 177+73+57=307 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.65% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 57 (22.66% from 255 or 18.57% from 307); Max value from RGB is 177 - color contains mainly: red. Hex color #B14939 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14939 is #4EB6C6. Grayscale: #666666. Windows color (decimal): -5158599 or 3754417. OLE color: 3754417.

HSL color Cylindrical-coordinate representation of color #B14939: hue angle of 8º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B14939 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 73 57 -
CMYK 0 0.59 0.68 0.31
HSL 0.51% 0.46% -
HSV(B) 0.68% 0.69% -
XYZ 21.25 14.41 5.53 -
YUV 102.27 102.46 181.3 -
System Red Green Blue C M Y K H S L
Decimal 177 73 57 0 0.59 0.68 0.31 8 0.51 0.46
Hex B1 49 39 0 3B 44 1F 8 33 2E
Octal 261 111 71 0 73 104 37 10 63 56
Binary 10110001 1001001 111001 0 111011 1000100 11111 1000 110011 101110

Color Harmonies of #B14939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14939

Black with #B14939

Text Example


Text Example

White with #B14939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14939; }

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

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

background-color css

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

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

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

border-color css

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

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

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