Html Css Color HEX #B34229 Medium Carmine

📋 copy color: '#B34229'

red 179 ◦ green 66 ◦ blue 41

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

Shades of Medium Carmine #B34229

Tints of Medium Carmine #B34229

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.08%

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

R = 62.59%
G = 23.08%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B34229 (or 0xB34229) is known color: Medium Carmine. HEX triplet: B3, 42 and 29. RGB value is (179,66,41). Sum of RGB (Red+Green+Blue) = 179+66+41=286 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.59% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 41 (16.41% from 255 or 14.34% from 286); Max value from RGB is 179 - color contains mainly: red. Hex color #B34229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34229 is #4CBDD6. Grayscale: #616161. Windows color (decimal): -5029335 or 2704051. OLE color: 2704051.

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

Color convert

RGB 179 66 41 -
CMYK 0 0.63 0.77 0.30
HSL 10.87º 0.63% 0.43% -
HSV(B) 10.87º 0.77% 0.7% -
XYZ 20.94 13.64 3.63 -
YUV 96.94 96.44 186.53 -
System Red Green Blue C M Y K H S L
Decimal 179 66 41 0 0.63 0.77 0.30 10.87 0.63 0.43
Hex B3 42 29 0 3F 4D 1E B 3F 2B
Octal 263 102 51 0 77 115 36 13 77 53
Binary 10110011 1000010 101001 0 111111 1001101 11110 1011 111111 101011

Color Harmonies of #B34229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34229

Black with #B34229

Text Example


Text Example

White with #B34229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34229; }

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

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

background-color css

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

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

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

border-color css

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

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

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