Html Css Color HEX #B34632 Medium Carmine

📋 copy color: '#B34632'

red 179 ◦ green 70 ◦ blue 50

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

Shades of Medium Carmine #B34632

Tints of Medium Carmine #B34632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.72%

R = 59.87%
G = 23.41%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B34632 (or 0xB34632) is known color: Medium Carmine. HEX triplet: B3, 46 and 32. RGB value is (179,70,50). Sum of RGB (Red+Green+Blue) = 179+70+50=299 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.87% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 50 (19.92% from 255 or 16.72% from 299); Max value from RGB is 179 - color contains mainly: red. Hex color #B34632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34632 is #4CB9CD. Grayscale: #646464. Windows color (decimal): -5028302 or 3294899. OLE color: 3294899.

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

Color convert

RGB 179 70 50 -
CMYK 0 0.61 0.72 0.30
HSL 9.3º 0.56% 0.45% -
HSV(B) 9.3º 0.72% 0.7% -
XYZ 21.36 14.19 4.63 -
YUV 100.31 99.61 184.13 -
System Red Green Blue C M Y K H S L
Decimal 179 70 50 0 0.61 0.72 0.30 9.3 0.56 0.45
Hex B3 46 32 0 3D 48 1E 9 38 2D
Octal 263 106 62 0 75 110 36 11 70 55
Binary 10110011 1000110 110010 0 111101 1001000 11110 1001 111000 101101

Color Harmonies of #B34632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34632

Black with #B34632

Text Example


Text Example

White with #B34632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34632; }

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

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

background-color css

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

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

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

border-color css

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

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

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