Html Css Color HEX #B14B39 Medium Carmine

📋 copy color: '#B14B39'

red 177 ◦ green 75 ◦ blue 57

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

Shades of Medium Carmine #B14B39

Tints of Medium Carmine #B14B39

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.27%

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

R = 57.28%
G = 24.27%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B14B39 (or 0xB14B39) is known color: Medium Carmine. HEX triplet: B1, 4B and 39. RGB value is (177,75,57). Sum of RGB (Red+Green+Blue) = 177+75+57=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 75 (29.69% from 255 or 24.27% from 309); Blue value is 57 (22.66% from 255 or 18.45% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14B39 is #4EB4C6. Grayscale: #676767. Windows color (decimal): -5158087 or 3754929. OLE color: 3754929.

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

Color convert

RGB 177 75 57 -
CMYK 0 0.58 0.68 0.31
HSL 0.51% 0.46% -
HSV(B) 0.68% 0.69% -
XYZ 21.39 14.67 5.58 -
YUV 103.45 101.79 180.46 -
System Red Green Blue C M Y K H S L
Decimal 177 75 57 0 0.58 0.68 0.31 9 0.51 0.46
Hex B1 4B 39 0 3A 44 1F 9 33 2E
Octal 261 113 71 0 72 104 37 11 63 56
Binary 10110001 1001011 111001 0 111010 1000100 11111 1001 110011 101110

Color Harmonies of #B14B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14B39

Black with #B14B39

Text Example


Text Example

White with #B14B39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14B39; }

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

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

background-color css

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

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

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

border-color css

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

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

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