Html Css Color HEX #B34932 Medium Carmine

📋 copy color: '#B34932'

red 179 ◦ green 73 ◦ blue 50

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

Shades of Medium Carmine #B34932

Tints of Medium Carmine #B34932

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.17%

 BLUE value IS 50 (19.92% from 255) = 16.56%

R = 59.27%
G = 24.17%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B34932 (or 0xB34932) is known color: Medium Carmine. HEX triplet: B3, 49 and 32. RGB value is (179,73,50). Sum of RGB (Red+Green+Blue) = 179+73+50=302 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.27% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 179 - color contains mainly: red. Hex color #B34932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34932 is #4CB6CD. Grayscale: #666666. Windows color (decimal): -5027534 or 3295667. OLE color: 3295667.

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

Color convert

RGB 179 73 50 -
CMYK 0 0.59 0.72 0.30
HSL 10.7º 0.56% 0.45% -
HSV(B) 10.7º 0.72% 0.7% -
XYZ 21.55 14.58 4.7 -
YUV 102.07 98.62 182.87 -
System Red Green Blue C M Y K H S L
Decimal 179 73 50 0 0.59 0.72 0.30 10.7 0.56 0.45
Hex B3 49 32 0 3B 48 1E B 38 2D
Octal 263 111 62 0 73 110 36 13 70 55
Binary 10110011 1001001 110010 0 111011 1001000 11110 1011 111000 101101

Color Harmonies of #B34932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34932

Black with #B34932

Text Example


Text Example

White with #B34932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34932; }

 p { color: rgb(179,73,50); }

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

background-color css

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

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

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

border-color css

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

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

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