Html Css Color HEX #B14C38 Medium Carmine

📋 copy color: '#B14C38'

red 177 ◦ green 76 ◦ blue 56

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

Shades of Medium Carmine #B14C38

Tints of Medium Carmine #B14C38

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.6%

 BLUE value IS 56 (22.27% from 255) = 18.12%

R = 57.28%
G = 24.6%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B14C38 (or 0xB14C38) is known color: Medium Carmine. HEX triplet: B1, 4C and 38. RGB value is (177,76,56). Sum of RGB (Red+Green+Blue) = 177+76+56=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B14C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14C38 is #4EB3C7. Grayscale: #686868. Windows color (decimal): -5157832 or 3689649. OLE color: 3689649.

HSL color Cylindrical-coordinate representation of color #B14C38: hue angle of 9.92º degrees, saturation: 0.52, 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 #B14C38 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 76 56 -
CMYK 0 0.57 0.68 0.31
HSL 9.92º 0.52% 0.46% -
HSV(B) 9.92º 0.68% 0.69% -
XYZ 21.43 14.8 5.47 -
YUV 103.92 100.96 180.13 -
System Red Green Blue C M Y K H S L
Decimal 177 76 56 0 0.57 0.68 0.31 9.92 0.52 0.46
Hex B1 4C 38 0 39 44 1F A 34 2E
Octal 261 114 70 0 71 104 37 12 64 56
Binary 10110001 1001100 111000 0 111001 1000100 11111 1010 110100 101110

Color Harmonies of #B14C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14C38

Black with #B14C38

Text Example


Text Example

White with #B14C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14C38; }

 p { color: rgb(177,76,56); }

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

background-color css

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

 a { background-color: rgb(177,76,56); }

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

border-color css

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

 span { border-color: rgb(177,76,56); }

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