Html Css Color HEX #B14836 Medium Carmine

📋 copy color: '#B14836'

red 177 ◦ green 72 ◦ blue 54

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

Shades of Medium Carmine #B14836

Tints of Medium Carmine #B14836

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.76%

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

R = 58.42%
G = 23.76%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B14836 (or 0xB14836) is known color: Medium Carmine. HEX triplet: B1, 48 and 36. RGB value is (177,72,54). Sum of RGB (Red+Green+Blue) = 177+72+54=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B14836 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14836 is #4EB7C9. Grayscale: #656565. Windows color (decimal): -5158858 or 3557553. OLE color: 3557553.

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

Color convert

RGB 177 72 54 -
CMYK 0 0.59 0.69 0.31
HSL 8.78º 0.53% 0.45% -
HSV(B) 8.78º 0.69% 0.69% -
XYZ 21.11 14.25 5.13 -
YUV 101.34 101.29 181.96 -
System Red Green Blue C M Y K H S L
Decimal 177 72 54 0 0.59 0.69 0.31 8.78 0.53 0.45
Hex B1 48 36 0 3B 45 1F 9 35 2D
Octal 261 110 66 0 73 105 37 11 65 55
Binary 10110001 1001000 110110 0 111011 1000101 11111 1001 110101 101101

Color Harmonies of #B14836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14836

Black with #B14836

Text Example


Text Example

White with #B14836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14836; }

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

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

background-color css

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

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

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

border-color css

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

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

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