Html Css Color HEX #B34129 Medium Carmine

📋 copy color: '#B34129'

red 179 ◦ green 65 ◦ blue 41

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

Shades of Medium Carmine #B34129

Tints of Medium Carmine #B34129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.39%

R = 62.81%
G = 22.81%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B34129 (or 0xB34129) is known color: Medium Carmine. HEX triplet: B3, 41 and 29. RGB value is (179,65,41). Sum of RGB (Red+Green+Blue) = 179+65+41=285 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.81% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 41 (16.41% from 255 or 14.39% from 285); Max value from RGB is 179 - color contains mainly: red. Hex color #B34129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34129 is #4CBED6. Grayscale: #606060. Windows color (decimal): -5029591 or 2703795. OLE color: 2703795.

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

Color convert

RGB 179 65 41 -
CMYK 0 0.64 0.77 0.30
HSL 10.43º 0.63% 0.43% -
HSV(B) 10.43º 0.77% 0.7% -
XYZ 20.88 13.52 3.61 -
YUV 96.35 96.77 186.95 -
System Red Green Blue C M Y K H S L
Decimal 179 65 41 0 0.64 0.77 0.30 10.43 0.63 0.43
Hex B3 41 29 0 40 4D 1E A 3F 2B
Octal 263 101 51 0 100 115 36 12 77 53
Binary 10110011 1000001 101001 0 1000000 1001101 11110 1010 111111 101011

Color Harmonies of #B34129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34129

Black with #B34129

Text Example


Text Example

White with #B34129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34129; }

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

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

background-color css

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

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

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

border-color css

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

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

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