Html Css Color HEX #B14938 Medium Carmine

📋 copy color: '#B14938'

red 177 ◦ green 73 ◦ blue 56

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

Shades of Medium Carmine #B14938

Tints of Medium Carmine #B14938

RGB

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

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

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

R = 57.84%
G = 23.86%
B = 18.3%

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

#B14938 (or 0xB14938) is known color: Medium Carmine. HEX triplet: B1, 49 and 38. RGB value is (177,73,56). Sum of RGB (Red+Green+Blue) = 177+73+56=306 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.84% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 56 (22.27% from 255 or 18.30% from 306); Max value from RGB is 177 - color contains mainly: red. Hex color #B14938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14938 is #4EB6C7. Grayscale: #666666. Windows color (decimal): -5158600 or 3688881. OLE color: 3688881.

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

Color convert

RGB 177 73 56 -
CMYK 0 0.59 0.68 0.31
HSL 8.43º 0.52% 0.46% -
HSV(B) 8.43º 0.68% 0.69% -
XYZ 21.23 14.4 5.4 -
YUV 102.16 101.96 181.38 -
System Red Green Blue C M Y K H S L
Decimal 177 73 56 0 0.59 0.68 0.31 8.43 0.52 0.46
Hex B1 49 38 0 3B 44 1F 8 34 2E
Octal 261 111 70 0 73 104 37 10 64 56
Binary 10110001 1001001 111000 0 111011 1000100 11111 1000 110100 101110

Color Harmonies of #B14938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14938

Black with #B14938

Text Example


Text Example

White with #B14938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14938; }

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

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

background-color css

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

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

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

border-color css

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

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

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