Html Css Color HEX #B34141 Medium Carmine

📋 copy color: '#B34141'

red 179 ◦ green 65 ◦ blue 65

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

Shades of Medium Carmine #B34141

Tints of Medium Carmine #B34141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.04%

R = 57.93%
G = 21.04%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B34141 (or 0xB34141) is known color: Medium Carmine. HEX triplet: B3, 41 and 41. RGB value is (179,65,65). Sum of RGB (Red+Green+Blue) = 179+65+65=309 (40% of max value = 765). Red value is 179 (70.31% from 255 or 57.93% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 65 (25.78% from 255 or 21.04% from 309); Max value from RGB is 179 - color contains mainly: red. Hex color #B34141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34141 is #4CBEBE. Grayscale: #636363. Windows color (decimal): -5029567 or 4276659. OLE color: 4276659.

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

Color convert

RGB 179 65 65 -
CMYK 0 0.64 0.64 0.30
HSL 0.47% 0.48% -
HSV(B) 0.64% 0.7% -
XYZ 21.43 13.75 6.52 -
YUV 99.09 108.77 185 -
System Red Green Blue C M Y K H S L
Decimal 179 65 65 0 0.64 0.64 0.30 0 0.47 0.48
Hex B3 41 41 0 40 40 1E 0 2F 30
Octal 263 101 101 0 100 100 36 0 57 60
Binary 10110011 1000001 1000001 0 1000000 1000000 11110 0 101111 110000

Color Harmonies of #B34141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34141

Black with #B34141

Text Example


Text Example

White with #B34141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34141; }

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

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

background-color css

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

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

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

border-color css

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

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

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