Html Css Color HEX #B34938 Medium Carmine

📋 copy color: '#B34938'

red 179 ◦ green 73 ◦ blue 56

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

Shades of Medium Carmine #B34938

Tints of Medium Carmine #B34938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.18%

R = 58.12%
G = 23.7%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B34938 (or 0xB34938) is known color: Medium Carmine. HEX triplet: B3, 49 and 38. RGB value is (179,73,56). Sum of RGB (Red+Green+Blue) = 179+73+56=308 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.12% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 179 - color contains mainly: red. Hex color #B34938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34938 is #4CB6C7. Grayscale: #666666. Windows color (decimal): -5027528 or 3688883. OLE color: 3688883.

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

Color convert

RGB 179 73 56 -
CMYK 0 0.59 0.69 0.30
HSL 8.29º 0.52% 0.46% -
HSV(B) 8.29º 0.69% 0.7% -
XYZ 21.69 14.63 5.42 -
YUV 102.76 101.62 182.38 -
System Red Green Blue C M Y K H S L
Decimal 179 73 56 0 0.59 0.69 0.30 8.29 0.52 0.46
Hex B3 49 38 0 3B 45 1E 8 34 2E
Octal 263 111 70 0 73 105 36 10 64 56
Binary 10110011 1001001 111000 0 111011 1000101 11110 1000 110100 101110

Color Harmonies of #B34938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34938

Black with #B34938

Text Example


Text Example

White with #B34938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34938; }

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

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

background-color css

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

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

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

border-color css

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

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

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