Html Css Color HEX #B34935 Medium Carmine

📋 copy color: '#B34935'

red 179 ◦ green 73 ◦ blue 53

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

Shades of Medium Carmine #B34935

Tints of Medium Carmine #B34935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.38%

R = 58.69%
G = 23.93%
B = 17.38%

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

#B34935 (or 0xB34935) is known color: Medium Carmine. HEX triplet: B3, 49 and 35. RGB value is (179,73,53). Sum of RGB (Red+Green+Blue) = 179+73+53=305 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.69% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 53 (21.09% from 255 or 17.38% from 305); Max value from RGB is 179 - color contains mainly: red. Hex color #B34935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34935 is #4CB6CA. Grayscale: #666666. Windows color (decimal): -5027531 or 3492275. OLE color: 3492275.

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

Color convert

RGB 179 73 53 -
CMYK 0 0.59 0.70 0.30
HSL 9.52º 0.54% 0.45% -
HSV(B) 9.52º 0.7% 0.7% -
XYZ 21.62 14.61 5.05 -
YUV 102.41 100.12 182.63 -
System Red Green Blue C M Y K H S L
Decimal 179 73 53 0 0.59 0.70 0.30 9.52 0.54 0.45
Hex B3 49 35 0 3B 46 1E A 36 2D
Octal 263 111 65 0 73 106 36 12 66 55
Binary 10110011 1001001 110101 0 111011 1000110 11110 1010 110110 101101

Color Harmonies of #B34935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34935

Black with #B34935

Text Example


Text Example

White with #B34935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34935; }

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

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

background-color css

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

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

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

border-color css

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

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

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