Html Css Color HEX #B34136 Medium Carmine

📋 copy color: '#B34136'

red 179 ◦ green 65 ◦ blue 54

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

Shades of Medium Carmine #B34136

Tints of Medium Carmine #B34136

RGB

 RED value IS 179 (70.31% from 255) = 60.07%

 GREEN value IS 65 (25.78% from 255) = 21.81%

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

R = 60.07%
G = 21.81%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B34136 (or 0xB34136) is known color: Medium Carmine. HEX triplet: B3, 41 and 36. RGB value is (179,65,54). Sum of RGB (Red+Green+Blue) = 179+65+54=298 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.07% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 54 (21.48% from 255 or 18.12% from 298); Max value from RGB is 179 - color contains mainly: red. Hex color #B34136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34136 is #4CBEC9. Grayscale: #616161. Windows color (decimal): -5029578 or 3555763. OLE color: 3555763.

HSL color Cylindrical-coordinate representation of color #B34136: hue angle of 5.28º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B34136 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 65 54 -
CMYK 0 0.64 0.70 0.30
HSL 5.28º 0.54% 0.46% -
HSV(B) 5.28º 0.7% 0.7% -
XYZ 21.15 13.63 5.01 -
YUV 97.83 103.27 185.89 -
System Red Green Blue C M Y K H S L
Decimal 179 65 54 0 0.64 0.70 0.30 5.28 0.54 0.46
Hex B3 41 36 0 40 46 1E 5 36 2E
Octal 263 101 66 0 100 106 36 5 66 56
Binary 10110011 1000001 110110 0 1000000 1000110 11110 101 110110 101110

Color Harmonies of #B34136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34136

Black with #B34136

Text Example


Text Example

White with #B34136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34136; }

 p { color: rgb(179,65,54); }

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

background-color css

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

 a { background-color: rgb(179,65,54); }

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

border-color css

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

 span { border-color: rgb(179,65,54); }

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