Html Css Color HEX #B34936 Medium Carmine

📋 copy color: '#B34936'

red 179 ◦ green 73 ◦ blue 54

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

Shades of Medium Carmine #B34936

Tints of Medium Carmine #B34936

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.86%

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

R = 58.5%
G = 23.86%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B34936 (or 0xB34936) is known color: Medium Carmine. HEX triplet: B3, 49 and 36. RGB value is (179,73,54). Sum of RGB (Red+Green+Blue) = 179+73+54=306 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.50% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 54 (21.48% from 255 or 17.65% from 306); Max value from RGB is 179 - color contains mainly: red. Hex color #B34936 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34936 is #4CB6C9. Grayscale: #666666. Windows color (decimal): -5027530 or 3557811. OLE color: 3557811.

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

Color convert

RGB 179 73 54 -
CMYK 0 0.59 0.70 0.30
HSL 9.12º 0.54% 0.46% -
HSV(B) 9.12º 0.7% 0.7% -
XYZ 21.64 14.62 5.17 -
YUV 102.53 100.62 182.54 -
System Red Green Blue C M Y K H S L
Decimal 179 73 54 0 0.59 0.70 0.30 9.12 0.54 0.46
Hex B3 49 36 0 3B 46 1E 9 36 2E
Octal 263 111 66 0 73 106 36 11 66 56
Binary 10110011 1001001 110110 0 111011 1000110 11110 1001 110110 101110

Color Harmonies of #B34936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34936

Black with #B34936

Text Example


Text Example

White with #B34936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34936; }

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

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

background-color css

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

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

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

border-color css

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

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

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