Html Css Color HEX #B34131 Medium Carmine

📋 copy color: '#B34131'

red 179 ◦ green 65 ◦ blue 49

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

Shades of Medium Carmine #B34131

Tints of Medium Carmine #B34131

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.18%

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

R = 61.09%
G = 22.18%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B34131 (or 0xB34131) is known color: Medium Carmine. HEX triplet: B3, 41 and 31. RGB value is (179,65,49). Sum of RGB (Red+Green+Blue) = 179+65+49=293 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.09% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 49 (19.53% from 255 or 16.72% from 293); Max value from RGB is 179 - color contains mainly: red. Hex color #B34131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34131 is #4CBECE. Grayscale: #616161. Windows color (decimal): -5029583 or 3228083. OLE color: 3228083.

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

Color convert

RGB 179 65 49 -
CMYK 0 0.64 0.73 0.30
HSL 7.38º 0.57% 0.45% -
HSV(B) 7.38º 0.73% 0.7% -
XYZ 21.04 13.59 4.42 -
YUV 97.26 100.77 186.3 -
System Red Green Blue C M Y K H S L
Decimal 179 65 49 0 0.64 0.73 0.30 7.38 0.57 0.45
Hex B3 41 31 0 40 49 1E 7 39 2D
Octal 263 101 61 0 100 111 36 7 71 55
Binary 10110011 1000001 110001 0 1000000 1001001 11110 111 111001 101101

Color Harmonies of #B34131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34131

Black with #B34131

Text Example


Text Example

White with #B34131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34131; }

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

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

background-color css

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

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

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

border-color css

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

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

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