Html Css Color HEX #B34331 Medium Carmine

📋 copy color: '#B34331'

red 179 ◦ green 67 ◦ blue 49

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

Shades of Medium Carmine #B34331

Tints of Medium Carmine #B34331

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.71%

 BLUE value IS 49 (19.53% from 255) = 16.61%

R = 60.68%
G = 22.71%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B34331 (or 0xB34331) is known color: Medium Carmine. HEX triplet: B3, 43 and 31. RGB value is (179,67,49). Sum of RGB (Red+Green+Blue) = 179+67+49=295 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.68% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 179 - color contains mainly: red. Hex color #B34331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34331 is #4CBCCE. Grayscale: #626262. Windows color (decimal): -5029071 or 3228595. OLE color: 3228595.

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

Color convert

RGB 179 67 49 -
CMYK 0 0.63 0.73 0.30
HSL 8.31º 0.57% 0.45% -
HSV(B) 8.31º 0.73% 0.7% -
XYZ 21.15 13.82 4.46 -
YUV 98.44 100.11 185.46 -
System Red Green Blue C M Y K H S L
Decimal 179 67 49 0 0.63 0.73 0.30 8.31 0.57 0.45
Hex B3 43 31 0 3F 49 1E 8 39 2D
Octal 263 103 61 0 77 111 36 10 71 55
Binary 10110011 1000011 110001 0 111111 1001001 11110 1000 111001 101101

Color Harmonies of #B34331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34331

Black with #B34331

Text Example


Text Example

White with #B34331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34331; }

 p { color: rgb(179,67,49); }

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

background-color css

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

 a { background-color: rgb(179,67,49); }

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

border-color css

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

 span { border-color: rgb(179,67,49); }

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