Html Css Color HEX #B34931 Medium Carmine

📋 copy color: '#B34931'

red 179 ◦ green 73 ◦ blue 49

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

Shades of Medium Carmine #B34931

Tints of Medium Carmine #B34931

RGB

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

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

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

R = 59.47%
G = 24.25%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B34931 (or 0xB34931) is known color: Medium Carmine. HEX triplet: B3, 49 and 31. RGB value is (179,73,49). Sum of RGB (Red+Green+Blue) = 179+73+49=301 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.47% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 49 (19.53% from 255 or 16.28% from 301); Max value from RGB is 179 - color contains mainly: red. Hex color #B34931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34931 is #4CB6CE. Grayscale: #666666. Windows color (decimal): -5027535 or 3230131. OLE color: 3230131.

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

Color convert

RGB 179 73 49 -
CMYK 0 0.59 0.73 0.30
HSL 11.08º 0.57% 0.45% -
HSV(B) 11.08º 0.73% 0.7% -
XYZ 21.53 14.57 4.58 -
YUV 101.96 98.12 182.95 -
System Red Green Blue C M Y K H S L
Decimal 179 73 49 0 0.59 0.73 0.30 11.08 0.57 0.45
Hex B3 49 31 0 3B 49 1E B 39 2D
Octal 263 111 61 0 73 111 36 13 71 55
Binary 10110011 1001001 110001 0 111011 1001001 11110 1011 111001 101101

Color Harmonies of #B34931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34931

Black with #B34931

Text Example


Text Example

White with #B34931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34931; }

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

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

background-color css

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

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

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

border-color css

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

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

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