Html Css Color HEX #B14539 Medium Carmine

📋 copy color: '#B14539'

red 177 ◦ green 69 ◦ blue 57

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

Shades of Medium Carmine #B14539

Tints of Medium Carmine #B14539

RGB

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

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

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

R = 58.42%
G = 22.77%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B14539 (or 0xB14539) is known color: Medium Carmine. HEX triplet: B1, 45 and 39. RGB value is (177,69,57). Sum of RGB (Red+Green+Blue) = 177+69+57=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 57 (22.66% from 255 or 18.81% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B14539 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14539 is #4EBAC6. Grayscale: #646464. Windows color (decimal): -5159623 or 3753393. OLE color: 3753393.

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

Color convert

RGB 177 69 57 -
CMYK 0 0.61 0.68 0.31
HSL 0.51% 0.46% -
HSV(B) 0.68% 0.69% -
XYZ 21 13.9 5.45 -
YUV 99.92 103.78 182.98 -
System Red Green Blue C M Y K H S L
Decimal 177 69 57 0 0.61 0.68 0.31 6 0.51 0.46
Hex B1 45 39 0 3D 44 1F 6 33 2E
Octal 261 105 71 0 75 104 37 6 63 56
Binary 10110001 1000101 111001 0 111101 1000100 11111 110 110011 101110

Color Harmonies of #B14539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14539

Black with #B14539

Text Example


Text Example

White with #B14539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14539; }

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

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

background-color css

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

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

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

border-color css

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

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

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