Html Css Color HEX #B34635 Medium Carmine

📋 copy color: '#B34635'

red 179 ◦ green 70 ◦ blue 53

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

Shades of Medium Carmine #B34635

Tints of Medium Carmine #B34635

RGB

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

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

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

R = 59.27%
G = 23.18%
B = 17.55%

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

#B34635 (or 0xB34635) is known color: Medium Carmine. HEX triplet: B3, 46 and 35. RGB value is (179,70,53). Sum of RGB (Red+Green+Blue) = 179+70+53=302 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.27% from 302); Green value is 70 (27.73% from 255 or 23.18% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 179 - color contains mainly: red. Hex color #B34635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34635 is #4CB9CA. Grayscale: #646464. Windows color (decimal): -5028299 or 3491507. OLE color: 3491507.

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

Color convert

RGB 179 70 53 -
CMYK 0 0.61 0.70 0.30
HSL 8.1º 0.54% 0.45% -
HSV(B) 8.1º 0.7% 0.7% -
XYZ 21.42 14.22 4.98 -
YUV 100.65 101.11 183.88 -
System Red Green Blue C M Y K H S L
Decimal 179 70 53 0 0.61 0.70 0.30 8.1 0.54 0.45
Hex B3 46 35 0 3D 46 1E 8 36 2D
Octal 263 106 65 0 75 106 36 10 66 55
Binary 10110011 1000110 110101 0 111101 1000110 11110 1000 110110 101101

Color Harmonies of #B34635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34635

Black with #B34635

Text Example


Text Example

White with #B34635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34635; }

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

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

background-color css

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

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

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

border-color css

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

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

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