Html Css Color HEX #B34636 Medium Carmine

📋 copy color: '#B34636'

red 179 ◦ green 70 ◦ blue 54

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

Shades of Medium Carmine #B34636

Tints of Medium Carmine #B34636

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.1%

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

R = 59.08%
G = 23.1%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B34636 (or 0xB34636) is known color: Medium Carmine. HEX triplet: B3, 46 and 36. RGB value is (179,70,54). Sum of RGB (Red+Green+Blue) = 179+70+54=303 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.08% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 179 - color contains mainly: red. Hex color #B34636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34636 is #4CB9C9. Grayscale: #646464. Windows color (decimal): -5028298 or 3557043. OLE color: 3557043.

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

Color convert

RGB 179 70 54 -
CMYK 0 0.61 0.70 0.30
HSL 7.68º 0.54% 0.46% -
HSV(B) 7.68º 0.7% 0.7% -
XYZ 21.45 14.23 5.11 -
YUV 100.77 101.61 183.8 -
System Red Green Blue C M Y K H S L
Decimal 179 70 54 0 0.61 0.70 0.30 7.68 0.54 0.46
Hex B3 46 36 0 3D 46 1E 8 36 2E
Octal 263 106 66 0 75 106 36 10 66 56
Binary 10110011 1000110 110110 0 111101 1000110 11110 1000 110110 101110

Color Harmonies of #B34636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34636

Black with #B34636

Text Example


Text Example

White with #B34636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34636; }

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

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

background-color css

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

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

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

border-color css

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

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

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