Html Css Color HEX #B14636 Medium Carmine

📋 copy color: '#B14636'

red 177 ◦ green 70 ◦ blue 54

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

Shades of Medium Carmine #B14636

Tints of Medium Carmine #B14636

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.26%

 BLUE value IS 54 (21.48% from 255) = 17.94%

R = 58.8%
G = 23.26%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B14636 (or 0xB14636) is known color: Medium Carmine. HEX triplet: B1, 46 and 36. RGB value is (177,70,54). Sum of RGB (Red+Green+Blue) = 177+70+54=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 54 (21.48% from 255 or 17.94% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B14636 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14636 is #4EB9C9. Grayscale: #646464. Windows color (decimal): -5159370 or 3557041. OLE color: 3557041.

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

Color convert

RGB 177 70 54 -
CMYK 0 0.60 0.69 0.31
HSL 7.8º 0.53% 0.45% -
HSV(B) 7.8º 0.69% 0.69% -
XYZ 20.99 13.99 5.08 -
YUV 100.17 101.95 182.8 -
System Red Green Blue C M Y K H S L
Decimal 177 70 54 0 0.60 0.69 0.31 7.8 0.53 0.45
Hex B1 46 36 0 3C 45 1F 8 35 2D
Octal 261 106 66 0 74 105 37 10 65 55
Binary 10110001 1000110 110110 0 111100 1000101 11111 1000 110101 101101

Color Harmonies of #B14636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14636

Black with #B14636

Text Example


Text Example

White with #B14636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14636; }

 p { color: rgb(177,70,54); }

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

background-color css

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

 a { background-color: rgb(177,70,54); }

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

border-color css

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

 span { border-color: rgb(177,70,54); }

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