Html Css Color HEX #B34337 Medium Carmine

📋 copy color: '#B34337'

red 179 ◦ green 67 ◦ blue 55

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

Shades of Medium Carmine #B34337

Tints of Medium Carmine #B34337

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.26%

 BLUE value IS 55 (21.88% from 255) = 18.27%

R = 59.47%
G = 22.26%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B34337 (or 0xB34337) is known color: Medium Carmine. HEX triplet: B3, 43 and 37. RGB value is (179,67,55). Sum of RGB (Red+Green+Blue) = 179+67+55=301 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.47% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 55 (21.88% from 255 or 18.27% from 301); Max value from RGB is 179 - color contains mainly: red. Hex color #B34337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34337 is #4CBCC8. Grayscale: #636363. Windows color (decimal): -5029065 or 3621811. OLE color: 3621811.

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

Color convert

RGB 179 67 55 -
CMYK 0 0.63 0.69 0.30
HSL 5.81º 0.53% 0.46% -
HSV(B) 5.81º 0.69% 0.7% -
XYZ 21.29 13.87 5.17 -
YUV 99.12 103.11 184.98 -
System Red Green Blue C M Y K H S L
Decimal 179 67 55 0 0.63 0.69 0.30 5.81 0.53 0.46
Hex B3 43 37 0 3F 45 1E 6 35 2E
Octal 263 103 67 0 77 105 36 6 65 56
Binary 10110011 1000011 110111 0 111111 1000101 11110 110 110101 101110

Color Harmonies of #B34337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34337

Black with #B34337

Text Example


Text Example

White with #B34337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34337; }

 p { color: rgb(179,67,55); }

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

background-color css

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

 a { background-color: rgb(179,67,55); }

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

border-color css

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

 span { border-color: rgb(179,67,55); }

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