Html Css Color HEX #B14336 Medium Carmine

📋 copy color: '#B14336'

red 177 ◦ green 67 ◦ blue 54

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

Shades of Medium Carmine #B14336

Tints of Medium Carmine #B14336

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.48%

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

R = 59.4%
G = 22.48%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B14336 (or 0xB14336) is known color: Medium Carmine. HEX triplet: B1, 43 and 36. RGB value is (177,67,54). Sum of RGB (Red+Green+Blue) = 177+67+54=298 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.40% from 298); Green value is 67 (26.56% from 255 or 22.48% from 298); Blue value is 54 (21.48% from 255 or 18.12% from 298); Max value from RGB is 177 - color contains mainly: red. Hex color #B14336 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14336 is #4EBCC9. Grayscale: #626262. Windows color (decimal): -5160138 or 3556273. OLE color: 3556273.

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

Color convert

RGB 177 67 54 -
CMYK 0 0.62 0.69 0.31
HSL 6.34º 0.53% 0.45% -
HSV(B) 6.34º 0.69% 0.69% -
XYZ 20.8 13.63 5.02 -
YUV 98.41 102.94 184.06 -
System Red Green Blue C M Y K H S L
Decimal 177 67 54 0 0.62 0.69 0.31 6.34 0.53 0.45
Hex B1 43 36 0 3E 45 1F 6 35 2D
Octal 261 103 66 0 76 105 37 6 65 55
Binary 10110001 1000011 110110 0 111110 1000101 11111 110 110101 101101

Color Harmonies of #B14336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14336

Black with #B14336

Text Example


Text Example

White with #B14336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14336; }

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

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

background-color css

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

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

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

border-color css

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

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

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