Html Css Color HEX #B14536 Medium Carmine

📋 copy color: '#B14536'

red 177 ◦ green 69 ◦ blue 54

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

Shades of Medium Carmine #B14536

Tints of Medium Carmine #B14536

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23%

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

R = 59%
G = 23%
B = 18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B14536 (or 0xB14536) is known color: Medium Carmine. HEX triplet: B1, 45 and 36. RGB value is (177,69,54). Sum of RGB (Red+Green+Blue) = 177+69+54=300 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59% from 300); Green value is 69 (27.34% from 255 or 23% from 300); Blue value is 54 (21.48% from 255 or 18% from 300); Max value from RGB is 177 - color contains mainly: red. Hex color #B14536 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14536 is #4EBAC9. Grayscale: #636363. Windows color (decimal): -5159626 or 3556785. OLE color: 3556785.

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

Color convert

RGB 177 69 54 -
CMYK 0 0.61 0.69 0.31
HSL 7.32º 0.53% 0.45% -
HSV(B) 7.32º 0.69% 0.69% -
XYZ 20.93 13.87 5.06 -
YUV 99.58 102.28 183.22 -
System Red Green Blue C M Y K H S L
Decimal 177 69 54 0 0.61 0.69 0.31 7.32 0.53 0.45
Hex B1 45 36 0 3D 45 1F 7 35 2D
Octal 261 105 66 0 75 105 37 7 65 55
Binary 10110001 1000101 110110 0 111101 1000101 11111 111 110101 101101

Color Harmonies of #B14536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14536

Black with #B14536

Text Example


Text Example

White with #B14536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14536; }

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

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

background-color css

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

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

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

border-color css

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

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

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